summaryrefslogtreecommitdiffstats
path: root/server/etc
diff options
context:
space:
mode:
Diffstat (limited to 'server/etc')
-rw-r--r--server/etc/apache-prev2.4.conf.tmpl4
-rw-r--r--server/etc/apache.conf.tmpl4
2 files changed, 6 insertions, 2 deletions
diff --git a/server/etc/apache-prev2.4.conf.tmpl b/server/etc/apache-prev2.4.conf.tmpl
index 474ea62a..db782843 100644
--- a/server/etc/apache-prev2.4.conf.tmpl
+++ b/server/etc/apache-prev2.4.conf.tmpl
@@ -9,4 +9,6 @@ php_value short_open_tag on
Options -Indexes FollowSymLinks
DirectoryIndex index.php
</Directory>
-
+<Directory CONSOLEDIR/rest>
+ AllowOverride All
+</Directory>
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>