ldapsaisie/debian/conf/apache.conf
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

10 lines
235 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
</Directory>