Fix Bug 1003718 - Redirect /mobile pages to /firefox/partners for locales too

This commit is contained in:
Kohei Yoshino 2014-04-30 12:52:02 -04:00
Родитель 9826e22f45
Коммит c4c714de22
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -232,8 +232,8 @@ RewriteCond %{QUERY_STRING} os=firefox-os
# the ? at the end means to remove the QS from the initial request.
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/mobile/faq/?$ /$1firefox/os/faq/? [L,R=301]
# bug 767614 superceeded by bug 957711
RewriteRule ^/en-US/mobile(/?)$ /en-US/firefox/partners$1 [L,R=302]
# bug 767614 superceeded by bug 957711 and 1003718
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?mobile(/?)$ /$1firefox/partners/ [L,R=302]
# bug 961010
RewriteRule ^/en-US/mobile/credits /credits/ [L,R=301]