Skip to content

Commit

Permalink
Bug 845904: Newsletter center should be en-US only for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Jun 4, 2013
1 parent a002d41 commit 79c85a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/httpd/global.conf
Expand Up @@ -262,5 +262,6 @@ RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?firefox/nightly(/?)$ https://nightl
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?firefox/nightly/firstrun(.*)$ /b/$1firefox/nightly/firstrun$2 [PT]

# Bug 845904 - /newsletter/existing and /newsletter/updated served from bedrock
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?newsletter/existing(.*)$ /b/$1newsletter/existing$2 [PT]
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?newsletter/updated(.*)$ /b/$1newsletter/updated$2 [PT]
# en-US only until translations are done.
RewriteRule ^/en-US/newsletter/existing(.*)$ /b/en-US/newsletter/existing$2 [PT]
RewriteRule ^/en-US/newsletter/updated(.*)$ /b/en-US/newsletter/updated$2 [PT]

0 comments on commit 79c85a2

Please sign in to comment.