#-------------------------------------------
# Sherpath 0.9.3
#-------------------------------------------

Alias /spgroupware /opt/groupware/Sherpath

<Directory /opt/groupware/Sherpath>
    RequireSSL on
    AddType application/x-httpd-php .php .php3 .phtml
    #note: with the 'Indexes' option, the directories content is listed
    # if you go to /sherpath/config, but denied if 'Indexes' is remove
    Options +Includes FollowSymLinks
    order deny,allow
    deny from all
    allow from all
</Directory>

#------------------------------------------

