Skip to content

Commit

Permalink
Merge pull request #1239 from pmclanahan/newsletter-confirm-for-local…
Browse files Browse the repository at this point in the history
…es-900156

Bug 900156: Enable locales for /newsletter/confirm/
  • Loading branch information
jgmize committed Sep 18, 2013
2 parents ae79b28 + 9230ce9 commit f0ff35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/httpd/global.conf
Expand Up @@ -384,8 +384,8 @@ RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?newsletter(/?)$ /b/$1newsletter$2 [PT]
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox(/)?$ /b/$1firefox$2 [PT]


# bug 897195
RewriteRule ^/en-US/newsletter/confirm(.*)$ /b/en-US/newsletter/confirm$1 [PT]
# bug 897195, 900156
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?newsletter/confirm(.*)$ /b/$1newsletter/confirm$2 [PT]


# bug 818321
Expand Down

0 comments on commit f0ff35a

Please sign in to comment.