diff options
author | Byron Jones <bjones@mozilla.com> | 2013-10-29 06:32:25 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-10-29 06:32:25 +0100 |
commit | 4c09622b4432820e49795345a747e530e5aa0764 (patch) | |
tree | 6fc3203ae7296de1fadadf1fce06d6644c4debfc /.htaccess | |
parent | 9b6f5d07a80ff630ed76108e0ca9689b4e2410f5 (diff) | |
download | bugzilla-4c09622b4432820e49795345a747e530e5aa0764.tar.gz bugzilla-4c09622b4432820e49795345a747e530e5aa0764.tar.xz |
Bug 892615: Add a 24 hour nag to all requests (review, feedback and need-info) and make them follow-able
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ Redirect permanent /duplicates.html https://bugzilla.mozilla.org/duplicates.cgi RewriteEngine On RewriteRule ^review(.*) page.cgi?id=splinter.html$1 [QSA] RewriteRule ^user_?profile(.*) page.cgi?id=user_profile.html$1 [QSA] +RewriteRule ^request_defer(.*) page.cgi?id=request_defer.html$1 [QSA] RewriteRule ^favicon\.ico$ extensions/BMO/web/images/favicon.ico RewriteRule ^form[\.:]itrequest$ enter_bug.cgi?product=Infrastructure+\%26+Operations&format=itrequest RewriteRule ^form[\.:](mozlist|poweredby|presentation|trademark|recoverykey)$ enter_bug.cgi?product=mozilla.org&format=$1 |