diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-13 15:49:08 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-13 15:49:08 +0100 |
commit | 16cbcce87248fc0c13b4d99a3c796a27323c22a6 (patch) | |
tree | 4e3055222701c5d037681f0c20197a71770377f8 /.htaccess | |
parent | 2468425cbde40537364f5e20a4317783903e26e8 (diff) | |
download | bugzilla-16cbcce87248fc0c13b4d99a3c796a27323c22a6.tar.gz bugzilla-16cbcce87248fc0c13b4d99a3c796a27323c22a6.tar.xz |
Bug 850546: Add custom 401,403,404, and 500 pages
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ </IfModule> AddType image/x-icon .ico +ErrorDocument 401 /errors/401.html +ErrorDocument 403 /errors/403.html +ErrorDocument 404 /errors/404.html +ErrorDocument 500 /errors/500.html 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 |