# $NetBSD: squirrelmail.conf.dist,v 1.3 2002/01/07 11:49:45 jlam Exp $
#
# SquirrelMail configuration file fragment for Apache

<IfModule mod_alias.c>
    Alias /squirrelmail/ "@SMDIR@/"
</IfModule>

<Directory "@SMDIR@">
    #
    # Currently, SquirrelMail requires that "register_globals" be turned on
    # to function properly.  If mod_php4.so is not loaded, then this flag
    # must be set in php.ini.
    #
    <IfModule mod_php4.c>
	php_flag register_globals on
    </IfModule>
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>