summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2011-11-07 21:38:51 +0100
committerDave Lawrence <dkl@mozilla.com>2011-11-07 21:38:51 +0100
commitad5ec877dddbc34d0249610fb790896605da33df (patch)
tree9238bf9cb790f4da132f9173ab41d66e65a0d987 /.htaccess
parent0783861f3a3b134914b506dcbef4babb35afdd40 (diff)
downloadbugzilla-ad5ec877dddbc34d0249610fb790896605da33df.tar.gz
bugzilla-ad5ec877dddbc34d0249610fb790896605da33df.tar.xz
Redirect favicon requests to stop error_log spamming
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index b3053515a..f17977690 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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