ldapsaisie/debian/conf/apache.conf
Benjamin Renard 06852080a8 LSurl: Remove REQUESTED_URL parameter and always detecting URL from REQUEST_URI
This permit to correctly handle object's DN with slashes (with 
AllowEncodedSlashes NoDecode).
2020-06-25 16:00:20 +02:00

14 lines
341 B
ApacheConf

Alias /ldapsaisie /usr/share/ldapsaisie/public_html
<Directory /usr/share/ldapsaisie>
<IfModule mod_php5.c>
php_flag magic_quotes_gpc Off
php_flag register_globals Off
</IfModule>
Options -Indexes +FollowSymLinks
AllowOverride FileInfo
</Directory>
# Uncomment if you have LDAP object DN with slashes
#AllowEncodedSlashes NoDecode