1 Alias /squirrelmail /usr/share/squirrelmail
3 <Directory /usr/share/squirrelmail>
4 Options Indexes FollowSymLinks
6 php_flag register_globals off
9 php_flag register_globals off
12 DirectoryIndex index.php
15 # access to configtest is limited by default to prevent information leak
16 <Files configtest.php>
23 # users will prefer a simple URL like http://webmail.example.com
24 #<VirtualHost 1.2.3.4>
25 # DocumentRoot /usr/share/squirrelmail
26 # ServerName webmail.example.com
29 # redirect to https when available (thanks omen@descolada.dartmouth.edu)
31 # Note: There are multiple ways to do this, and which one is suitable for
32 # your site's configuration depends. Consult the apache documentation if
33 # you're unsure, as this example might not work everywhere.
35 #<IfModule mod_rewrite.c>
36 # <IfModule mod_ssl.c>
37 # <Location /squirrelmail>
39 # RewriteCond %{HTTPS} !^on$ [NC]
40 # RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI} [L]