blob: 732b7005f76162ee5109fee412e8a6cd6ce4910e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: squirrelmail.conf.dist,v 1.4 2002/12/31 10:49:30 chris Exp $
#
# SquirrelMail configuration file fragment for Apache
<IfModule mod_alias.c>
Alias /squirrelmail/ "@SMDIR@/"
</IfModule>
<Directory "@SMDIR@">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
|