From: Marc Schumann Date: Tue, 28 Oct 2014 15:32:36 +0000 (+0100) Subject: Bug 1073590 - Bugzilla should inherit rewrite rules. X-Git-Tag: release-5.1.1~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7a6c4644f6550491fe2a491ca31852783e85b6c;p=thirdparty%2Fbugzilla.git Bug 1073590 - Bugzilla should inherit rewrite rules. r/a=glob --- diff --git a/.htaccess b/.htaccess index f8611f81dd..7ef20d8b69 100644 --- a/.htaccess +++ b/.htaccess @@ -29,5 +29,6 @@ Options -Indexes RewriteEngine On + RewriteOptions inherit RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]