Skip to content

Commit

Permalink
Bug 845983: Redirect metrofirefox/* to firefox/*
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Mar 19, 2013
1 parent 89fab3f commit 5ec19b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/httpd/global.conf
Expand Up @@ -173,3 +173,6 @@ RewriteRule ^/en-US/firefox(/(?:\d+\.\d+\.?(?:\d+)?\.?(?:\d+)?(?:[a|b]?)(?:\d*)(

# bug 840814
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?projects/firefox(/(?:\d+\.\d+\.?(?:\d+)?\.?(?:\d+)?(?:[a|b]?)(?:\d*)(?:pre)?(?:\d)?))(/(?:firstrun|whatsnew))(/.*)?$ /$1firefox$2$3$4 [L,R=301]

# bug 845983
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?metrofirefox(/.*)? /$1firefox$2 [L,R=301]

0 comments on commit 5ec19b7

Please sign in to comment.