diff options
author | Byron Jones <glob@mozilla.com> | 2011-11-07 21:38:51 +0100 |
---|---|---|
committer | Dave Lawrence <dkl@mozilla.com> | 2011-11-07 21:38:51 +0100 |
commit | ad5ec877dddbc34d0249610fb790896605da33df (patch) | |
tree | 9238bf9cb790f4da132f9173ab41d66e65a0d987 /.htaccess | |
parent | 0783861f3a3b134914b506dcbef4babb35afdd40 (diff) | |
download | bugzilla-ad5ec877dddbc34d0249610fb790896605da33df.tar.gz bugzilla-ad5ec877dddbc34d0249610fb790896605da33df.tar.xz |
Redirect favicon requests to stop error_log spamming
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,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 +RewriteRule ^favicon\.ico$ images/favicon.ico RewriteRule ^form[\.:](itrequest|brownbag|mozlist|mktgevent|poweredby|presentation|swag|trademark)$ enter_bug.cgi?product=mozilla.org&format=$1 RewriteRule ^form[\.:]legal$ enter_bug.cgi?product=Legal&format=legal RewriteRule ^form[\.:]mozpr$ enter_bug.cgi?product=Mozilla+PR&format=mozpr |