diff options
Diffstat (limited to 'server/etc/apache.conf.tmpl')
-rw-r--r-- | server/etc/apache.conf.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index 5613bf11..cd8e059d 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -10,4 +10,6 @@ php_value short_open_tag on Options -Indexes +FollowSymLinks DirectoryIndex index.php </Directory> - +<Directory CONSOLEDIR/rest> + AllowOverride All +</Directory> |