mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
7098b3ee79
The web-root directory now contains URL rewrite stuff. All PHP & static files are in root src directory and are served via LSurl routes.
9 lines
235 B
ApacheConf
9 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>
|