summaryrefslogtreecommitdiffstats
path: root/server/etc/apache.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'server/etc/apache.conf.tmpl')
-rw-r--r--server/etc/apache.conf.tmpl4
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>