Fix bug 927442 - change from passthrough to 301

This commit is contained in:
Josh Mize 2013-10-24 12:07:28 -05:00
Родитель 03872ec212
Коммит d131565b6a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -169,7 +169,7 @@ RewriteRule ^/(ca|cs|de|es-MX|fr|he|sk|sl)/firefox/channel(/?)$ /b/$1/firefox/ch
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/update(.*)$ /b/$1firefox/update$2 [PT]
# bug 927442
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/community(/?)$ /b/$1contribute$2 [PT]
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/community(/?)$ /$1contribute/ [L,R=301]
# bug 881754, 883127
# TODO: Remove when all locales are done.