Skip to content

Commit

Permalink
Merge pull request #820 from glogiotatidis/859564-b
Browse files Browse the repository at this point in the history
[bug 859564] Add /b/ redirect for /contribute/universityambassadors/
  • Loading branch information
pmac committed May 2, 2013
2 parents 6b2d42d + be67aa4 commit d843c26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/httpd/global.conf
Expand Up @@ -88,6 +88,9 @@ RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?contribute/embed(/?)$ /b/$1contribu
# bug 787953
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?contribute/event(.*)$ /b/$1contribute/event$2 [PT]

# bug 859564
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?contribute/universityambassadors(/?)$ /b/$1contribute/universityambassadors$2 [PT]

RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?projects(/?)$ /b/$1projects$2 [PT]

RewriteRule ^/en-US/firefox/new(/?)$ /b/en-US/firefox/new$1 [PT]
Expand Down

0 comments on commit d843c26

Please sign in to comment.