Skip to content

Commit

Permalink
Bug 807155: Add /b/ passthrough for embedable contribute form.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Feb 8, 2013
1 parent bd4885d commit 5bf5ee1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/httpd/global.conf
Expand Up @@ -53,6 +53,9 @@ RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?mission(/?)$ /b/$1mission$2 [PT]
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?contribute(/?)$ /b/$1contribute$2 [PT]
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?contribute/page(/?)$ /b/$1contribute/page$2 [PT]

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

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

Expand Down

0 comments on commit 5bf5ee1

Please sign in to comment.