зеркало из https://github.com/mozilla/bedrock.git
Merge pull request #1690 from sgarrity/bug-960651-details
Bug 960651 Redirect all Firefox 'details' pages to bedrock
This commit is contained in:
Коммит
a697c442a5
|
@ -217,6 +217,10 @@ RewriteRule ^/(pt-BR)/firefox/speed(/?)$ /b/$1/firefox/speed$2 [PT]
|
|||
# bug 796952, 915845, 915867
|
||||
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/unsupported/(.*)$ /b/$1firefox/unsupported/$2 [PT]
|
||||
|
||||
# bug 960651
|
||||
RewriteCond %{REQUEST_URI} !/unsupported
|
||||
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?(firefox|mobile)/([^/]+)/details(/|/.+\.html)?$ /$1firefox/unsupported/details/ [L,R=301]
|
||||
|
||||
# bug 757117
|
||||
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?webmaker(.*)$ /b/$1webmaker$2 [PT]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче