aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Schumann <wurblzap@gmail.com>2014-10-28 16:57:49 +0100
committerMarc Schumann <wurblzap@gmail.com>2014-10-28 16:57:49 +0100
commit0722114421344c81c29335b27537f8631a2657fd (patch)
treed9481671df3e6d7b3921e1ec8142fda41bdcb011
parente46d339a0b074fc07f785ccbfcd40f9df12228c7 (diff)
downloadbugs-0722114421344c81c29335b27537f8631a2657fd.tar
bugs-0722114421344c81c29335b27537f8631a2657fd.tar.gz
bugs-0722114421344c81c29335b27537f8631a2657fd.tar.bz2
bugs-0722114421344c81c29335b27537f8631a2657fd.tar.xz
bugs-0722114421344c81c29335b27537f8631a2657fd.zip
Bug 1073590 - Bugzilla should inherit rewrite rules.
r/a=glob
-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>