diff --git a/etc/httpd/global.conf b/etc/httpd/global.conf index d690c15c91e..04dc39189db 100644 --- a/etc/httpd/global.conf +++ b/etc/httpd/global.conf @@ -256,6 +256,12 @@ RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?about/history/$ /b/$1about/history/ RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?about/bookmarks.html$ https://wiki.mozilla.org/Historical_Documents [L,R=301] RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?about/timeline.html$ https://wiki.mozilla.org/Timeline [L,R=301] +# bug 885848 +RewriteRule ^/about/index.html$ /about/ [L,R=301] +RewriteRule ^/about/index.(.*)?.html$ /contribute/ [L,R=301] +RewriteCond $1 !en-US/ +RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)about(?:/(?:index.html)?)$ /contribute/ [L,R=301] + # bug 861243 and bug 869489 RewriteRule ^/about/manifesto\.html$ /about/manifesto/ [L,R=301] RewriteRule ^/about/manifesto\.(.*)\.html$ /$1/about/manifesto/ [L,R=301]