Skip to content

Commit 60e5b46

Browse files
committed
Fix Bug 1110927 - 301 redirect legacy pages that are 404ing
1 parent ef6d495 commit 60e5b46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/httpd/global.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,5 +868,11 @@ RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/independent(/?.*)$ /b/$1firefox/inde
868868
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/hello(/?.*)$ https://support.mozilla.org/kb/respond-firefox-hello-invitation-guest-mode [L,R=temp]
869869
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/([3-9]\d\.\d(?:a1|a2|beta|\.\d)?)/hello/start/?$ https://support.mozilla.org/kb/firefox-hello-make-and-receive-calls-guest-mode [L,R=temp]
870870

871+
# Bug 1110927
872+
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/start/central\.html$ /$1firefox/new/ [L,R=301]
873+
RewriteRule ^/en-US/firefox/en-US/firefox/whatsnew/$ /en-US/firefox/whatsnew/ [L,R=301]
874+
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/panorama/$ https://support.mozilla.org/kb/tab-groups-organize-tabs [L,R=301]
875+
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/sync/firstrun\.html$ /$1firefox/sync/ [L,R=301]
876+
871877
# bug 1088752
872878
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?shapeoftheweb(/?.*)$ /b/$1shapeoftheweb$2 [PT]

0 commit comments

Comments
 (0)