Skip to content

Commit

Permalink
Bug 857246 redirect /products/firefox/start/ to start.mozilla.org
Browse files Browse the repository at this point in the history
  • Loading branch information
retornam committed Apr 3, 2013
1 parent f7085c2 commit 5524e9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/httpd/global.conf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ RewriteRule ^/zh-TW/products(/.*)?$ http://mozilla.com.tw/products$1 [L,R=301]
# bug 755826 # bug 755826
RewriteRule ^/zh-CN/$ http://firefox.com.cn/ [L,R=301] RewriteRule ^/zh-CN/$ http://firefox.com.cn/ [L,R=301]


#bug 857246 redirect /products/firefox/start/ to start.mozilla.org
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?products/firefox/start(/?)$ http://start.mozilla.org [L,R=301]




## Redirect things to django! ## Redirect things to django!


Expand Down

0 comments on commit 5524e9c

Please sign in to comment.