summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 3b464a475..4ec921b2c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -26,3 +26,9 @@ Options -Indexes
</IfModule>
</IfModule>
</IfModule>
+
+<IfModule mod_rewrite.c>
+ RewriteEngine On
+RewriteBase /866927/
+ RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]
+</IfModule>