Skip to content

Commit

Permalink
Drop FUR manifesto rewrite exception (Bug 869489)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarrity committed Jun 3, 2013
1 parent fe1df55 commit 3f98ec6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/httpd/global.conf
Expand Up @@ -238,9 +238,7 @@ RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?about/bookmarks.html$ https://wiki.
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?about/timeline.html$ https://wiki.mozilla.org/Timeline [L,R=301]

# bug 861243 and bug 869489
# FUR locale temporarily staying on PHP site
RewriteRule ^/about/manifesto\.html$ /about/manifesto/ [L,R=301]
RewriteCond %{REQUEST_URI} !^/about/manifesto.fur.html$
RewriteRule ^/about/manifesto\.(.*)\.html$ /$1/about/manifesto/ [L,R=301]
RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?about/manifesto(/?)$ /b/$1about/manifesto$2 [PT]

Expand Down

0 comments on commit 3f98ec6

Please sign in to comment.