c976ee6942b7b73196c26ddab984f962544a7ee8
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) 
Sebastian Hahn Add a redirect for the rese...

Sebastian Hahn authored 13 years ago

3) # New faqs live 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
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

10) RewriteRule ^torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L]
Sebastian Hahn Add a few new rewrite rules...

Sebastian Hahn authored 13 years ago

11) RewriteRule ^torbrowser/ /projects/torbrowser [R=301,L]
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

12) RewriteRule ^torbrowser(.*) /projects/torbrowser$1 [R=301,L]
Andrew Lewman add two popular rewrites.

Andrew Lewman authored 13 years ago

13) 
14) # Overview
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

15) RewriteRule ^overview(.*) /about/overview$1 [R=301,L]
Andrew Lewman add in vidalia rewrite too

Andrew Lewman authored 13 years ago

16) 
17) # Vidalia
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

18) RewriteRule ^vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L]
Sebastian Hahn Vidalia is a single page, n...

Sebastian Hahn authored 13 years ago

19) RewriteRule ^vidalia(.*) /projects/vidalia [R=301,L]
Andrew Lewman add in the dist/ dir moves...

Andrew Lewman authored 13 years ago

20) 
Andrew Lewman add two rewrites for the vo...

Andrew Lewman authored 13 years ago

21) # Press
Andrew Lewman try to catch just the press...

Andrew Lewman authored 13 years ago

22) RewriteRule ^press/$ /press/press.html.en [R=301,L]
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

23) RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L]
Andrew Lewman add a redirect for the proj...

Andrew Lewman authored 13 years ago

24) 
Andrew Lewman add two rewrites for the vo...

Andrew Lewman authored 13 years ago

25) # Projects
Andrew Lewman fix rewrite rules of stupid...

Andrew Lewman authored 13 years ago

26) RewriteRule ^projects/$ /projects/projects.html.en [R=301,L]
Andrew Lewman add two rewrites for the vo...

Andrew Lewman authored 13 years ago

27) 
28) # GetInvolved
Andrew Lewman fix rewrite rules of stupid...

Andrew Lewman authored 13 years ago

29) RewriteRule ^getinvolved/$ /getinvolved/volunteer.html.en [R=301,L]
Andrew Lewman add two rewrites for the vo...

Andrew Lewman authored 13 years ago

30) RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L]
Sebastian Hahn Add a redirect for the rese...

Sebastian Hahn authored 13 years ago

31) RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L]
Sebastian Hahn Add a few new rewrite rules...

Sebastian Hahn authored 13 years ago

32) 
33) # Download websites
34) RewriteRule ^download/$ /download/download [R=301,L]
35) RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]