[fix bug 1121082] Redirect /hello to /firefox/hello

This commit is contained in:
Cory Price 2015-01-13 12:22:34 -08:00
Родитель ad4c7a534c
Коммит 64191ab886
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -884,3 +884,6 @@ RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?shapeoftheweb(/?.*)$ /b/$1shapeoftheweb$2 [P
# bug 1120658
RewriteRule ^/seamonkey-transition\.html$ http://www-archive.mozilla.org/seamonkey-transition.html [L,R=301]
# bug 1121082
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?hello/?$ /$1firefox/hello/ [L,R=301]