diff options
author | Byron Jones <glob@mozilla.com> | 2011-11-07 21:58:34 +0100 |
---|---|---|
committer | Dave Lawrence <dkl@mozilla.com> | 2011-11-07 21:58:34 +0100 |
commit | 22f17940f4cd10ed6a5ebf57d279a4716ccfcbed (patch) | |
tree | bc893f273efd43ee49458e126e2161de54e9ffb1 /.htaccess | |
parent | 9b86e16095be9bcdfdcb066a20187905f6b02837 (diff) | |
download | bugzilla-22f17940f4cd10ed6a5ebf57d279a4716ccfcbed.tar.gz bugzilla-22f17940f4cd10ed6a5ebf57d279a4716ccfcbed.tar.xz |
send an IE friendly mimetype for favicon.ico
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |