[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: redirecting squirrel mail from http: to https
- From: David Hoffman <dhoffman2004 gmail com>
- To: Ankush Grover <ankush174 gmail com>, For users of Fedora Core releases <fedora-list redhat com>
- Cc:
- Subject: Re: redirecting squirrel mail from http: to https
- Date: Tue, 12 Apr 2005 05:10:31 -0500
On Apr 11, 2005 11:40 PM, Ankush Grover <ankush174 gmail com> 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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]