]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1073590 - Bugzilla should inherit rewrite rules.
authorMarc Schumann <wurblzap@gmail.com>
Tue, 28 Oct 2014 15:32:36 +0000 (16:32 +0100)
committerMarc Schumann <wurblzap@gmail.com>
Tue, 28 Oct 2014 15:32:36 +0000 (16:32 +0100)
r/a=glob

.htaccess

index f8611f81ddc3bc1b45d4465fa9afe19ac1e51701..7ef20d8b69a0fbabdecf58a703a800a55ec46be1 100644 (file)
--- 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>