Skip to content

Commit 64191ab

Browse files
author
Cory Price
committed
[fix bug 1121082] Redirect /hello to /firefox/hello
1 parent ad4c7a5 commit 64191ab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

etc/httpd/global.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,3 +884,6 @@ RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?shapeoftheweb(/?.*)$ /b/$1shapeoftheweb$2 [P
884884

885885
# bug 1120658
886886
RewriteRule ^/seamonkey-transition\.html$ http://www-archive.mozilla.org/seamonkey-transition.html [L,R=301]
887+
888+
# bug 1121082
889+
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?hello/?$ /$1firefox/hello/ [L,R=301]

0 commit comments

Comments
 (0)