Add two rewrite rules based on suggestion from mo

This commit is contained in:
Sebastian Hahn 2010-10-20 13:07:30 +00:00
parent 561f0c1dd2
commit cc7b53b30c

View File

@ -1,7 +1,9 @@
RewriteEngine On
# New faqs live in /docs/
# moved to /docs/
RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
RewriteRule ^bridges(.*) /docs/bridges$1 [R=301,L]
RewriteRule ^abuse(.*) /docs/abuse$1 [R=301,L]
# Torbutton
RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]
@ -34,3 +36,4 @@ RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L]
RewriteRule ^download/$ /download/download [R=301,L]
RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
RewriteRule ^easy-download(.*) /download/download$1 [R=301,L]