From 56c84bb9a182f771bc46da198a267c7111f9df9b Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 8 Apr 2018 19:05:30 +0300 Subject: .htaccess: Make redirects domain-relative (#13) Remove some hard-coded https://bugzilla.mozilla.org/ references. --- .htaccess | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index fd14518bc..196028005 100644 --- a/.htaccess +++ b/.htaccess @@ -7,11 +7,11 @@ AddType image/x-icon .ico AddType application/font-woff .woff AddType application/font-woff2 .woff2 -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 -Redirect permanent /etiquette.html https://bugzilla.mozilla.org/page.cgi?id=etiquette.html -Redirect permanent /duplicates.html https://bugzilla.mozilla.org/duplicates.cgi +Redirect permanent /queryhelp.cgi /query.cgi?format=advanced&help=1 +Redirect permanent /bug_status.html /page.cgi?id=fields.html +Redirect permanent /bugwritinghelp.html /page.cgi?id=bug-writing.html +Redirect permanent /etiquette.html /page.cgi?id=etiquette.html +Redirect permanent /duplicates.html /duplicates.cgi RewriteEngine On # This rewrite rule skips over the rest, which is good because the load balancers -- cgit v1.2.3-24-g4f1b