Redirect /firefox/video page to youtube channel

Bug 964107
This commit is contained in:
Steven Garrity 2014-01-30 13:46:44 -04:00
Родитель 5c1abcf132
Коммит a308306590
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -73,6 +73,9 @@ RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?projects/security/pki/jss.*$ https://develop
# bug 780672
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/webhero(.*)$ /firefox/ [L,R=301]
# bug 964107
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/video https://www.youtube.com/firefoxchannel [L,R=301]
# bug 948520
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/livebookmarks(.*)$ "https://support.mozilla.org/kb/Live Bookmarks" [L,R=301]