summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index f8611f81d..7ef20d8b6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -29,5 +29,6 @@ Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
+ RewriteOptions inherit
RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]
</IfModule>