diff options
author | Marc Schumann <wurblzap@gmail.com> | 2014-10-28 16:57:49 +0100 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2014-10-28 16:57:49 +0100 |
commit | 0722114421344c81c29335b27537f8631a2657fd (patch) | |
tree | d9481671df3e6d7b3921e1ec8142fda41bdcb011 | |
parent | e46d339a0b074fc07f785ccbfcd40f9df12228c7 (diff) | |
download | bugs-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-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,5 +29,6 @@ Options -Indexes <IfModule mod_rewrite.c> RewriteEngine On + RewriteOptions inherit RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE] </IfModule> |