mirror of
https://github.com/torproject/webwml.git
synced 2024-12-14 05:48:43 +00:00
Change the rewrite rules around a little Phobos should sanity-check
This commit is contained in:
parent
a7f8d20cff
commit
d9f4e9fb50
@ -7,15 +7,15 @@ RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
|
||||
RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]
|
||||
|
||||
# Tor Browser
|
||||
RewriteRule ^/torbrowser(.*) /projects/torbrowser$1 [R=301,L]
|
||||
RewriteRule ^/torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L]
|
||||
RewriteRule ^/torbrowser(.*) /projects/torbrowser$1 [R=301,L]
|
||||
|
||||
# Overview
|
||||
RewriteRule ^/overview(.*) /about/overview$1 [R=301,L]
|
||||
|
||||
# Vidalia
|
||||
RewriteRule ^/vidalia/(.*) /projects/vidalia [R=301,L]
|
||||
RewriteRule ^/vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L]
|
||||
RewriteRule ^/vidalia(.*) /projects/vidalia$1 [R=301,L]
|
||||
|
||||
# Press Page
|
||||
RewriteRule ^/press/ /press/press.html.en [R=301,L]
|
||||
|
Loading…
Reference in New Issue
Block a user