[horde] SSL and only SSL

Steven Stern subscribed-lists at sterndata.com
Thu Jun 24 21:29:45 PDT 2004


I've worked around all of it by deleting all the webmail virtualhosts and PHP
redirects and putting this at the start of the VirtualHosts list:

<VirtualHost *:80>
   ServerAdmin root at localhost.localdomain
   DocumentRoot /var/www/html
   Redirect /horde/ https://foo.com/horde/
   ServerName foo
</VirtualHost>

Now, no one can work their way into the horde directory tree without flipping
into SSL mode.

--
   Steve
   



More information about the horde mailing list