summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2011-11-07 21:58:34 +0100
committerDave Lawrence <dkl@mozilla.com>2011-11-07 21:58:34 +0100
commit22f17940f4cd10ed6a5ebf57d279a4716ccfcbed (patch)
treebc893f273efd43ee49458e126e2161de54e9ffb1 /.htaccess
parent9b86e16095be9bcdfdcb066a20187905f6b02837 (diff)
downloadbugzilla-22f17940f4cd10ed6a5ebf57d279a4716ccfcbed.tar.gz
bugzilla-22f17940f4cd10ed6a5ebf57d279a4716ccfcbed.tar.xz
send an IE friendly mimetype for favicon.ico
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index c9ec1a961..dc49b3a91 100644
--- a/.htaccess
+++ b/.htaccess
@@ -24,6 +24,8 @@
</IfModule>
</IfModule>
+AddType image/x-icon .ico
+
Redirect permanent /queryhelp.cgi https://bugzilla.mozilla.org/query.cgi?format=advanced&help=1
Redirect permanent /bug_status.html https://bugzilla.mozilla.org/page.cgi?id=fields.html
Redirect permanent /bugwritinghelp.html https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html