6795f7c01e8e094cfb9b9b7d2c61efc633ed664d
Sebastian Hahn Start out a .htaccess for r...

Sebastian Hahn authored 13 years ago

1) RewriteEngine On
Sebastian Hahn Add a rewrite rule for torb...

Sebastian Hahn authored 13 years ago

2) 
3) # New page lives in /docs/
Andrew Lewman fix the rewrite rule so goo...

Andrew Lewman authored 13 years ago

4) RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
Sebastian Hahn Add a rewrite rule for torb...

Sebastian Hahn authored 13 years ago

5) 
6) # Torbutton
Sebastian Hahn Remove trailing slash

Sebastian Hahn authored 13 years ago

7) RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]
Andrew Lewman add two popular rewrites.

Andrew Lewman authored 13 years ago

8) 
9) # Tor Browser
10) RewriteRule ^/torbrowser(.*) /projects/torbrowser$1 [R=301,L]
11) 
12) # Overview
13) RewriteRule ^/overview(.*) /about/overview$1 [R=301,L]