diff options
author | Byron Jones <bjones@mozilla.com> | 2013-06-19 10:53:50 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-06-19 10:53:50 +0200 |
commit | 1df1292cdc4837810703e6ec01a7354bdf82c7a1 (patch) | |
tree | 796eb5e69b036235daf5ba5bc4b4e9c1958c4002 /.htaccess | |
parent | 8caf466c0cf82a06dc69a29a5e87900e86c2488a (diff) | |
download | bugzilla-1df1292cdc4837810703e6ec01a7354bdf82c7a1.tar.gz bugzilla-1df1292cdc4837810703e6ec01a7354bdf82c7a1.tar.xz |
Bug 884177: updates to the timing collectors
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Redirect permanent /etiquette.html https://bugzilla.mozilla.org/page.cgi?id=etiq Redirect permanent /duplicates.html https://bugzilla.mozilla.org/duplicates.cgi RewriteEngine On +RewriteBase /884177/ RewriteRule ^review(.*) page.cgi?id=splinter.html$1 [QSA] RewriteRule ^favicon\.ico$ extensions/BMO/web/images/favicon.ico RewriteRule ^form[\.:](itrequest|mozlist|poweredby|presentation|trademark|recoverykey)$ enter_bug.cgi?product=mozilla.org&format=$1 |