зеркало из https://github.com/mozilla/bedrock.git
Fix Bug 1003718 - Redirect /mobile pages to /firefox/partners for locales too
This commit is contained in:
Родитель
9826e22f45
Коммит
c4c714de22
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче