On Apr 11, 2005 11:40 PM, Ankush Grover <ankush174@xxxxxxxxx> wrote: > Hey friends, > > I have configure squirrelmail ,but what i want is that if anybody > type for accessing squirrelmail on the browser like > http:192.168.1.46/webmail the apache should redirect it to the > https://192.168.1.46/webmail/ > > I put this code in apache but some error is coming > > Location /webmail> > RewriteEngine on > RewriteCond %{SERVER_PORT} !=443 > RewriteCond %{SERVER_ADDR} =192.168.1.46 > RewriteRule ^.* - [F] > ErrorDocument 403 https://192.168.1.46/webmail/ > </Location> > http://www.squirrelmail.org/plugin_view.php?id=61 -- David Registered Linux User 383030 (since everyone else was doing it 8-) ----------------------------------------------------------------------- There are only 10 kinds of people in this world, those who understand binary, and those who don't.