29f41ca6d9dab1d5f5b4cefa633133477c327d14
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 two rewrite rules based...

Sebastian Hahn authored 13 years ago

3) # moved to /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 two rewrite rules based...

Sebastian Hahn authored 13 years ago

5) RewriteRule ^bridges(.*) /docs/bridges$1 [R=301,L]
6) RewriteRule ^abuse(.*) /docs/abuse$1 [R=301,L]
Sebastian Hahn Add a documentation redirect

Sebastian Hahn authored 13 years ago

7) RewriteRule ^documentation(.*) /docs/documentation$1 [R=301,L]
Sebastian Hahn Add the verifying-signature...

Sebastian Hahn authored 13 years ago

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

Sebastian Hahn authored 13 years ago

9) 
10) # Torbutton
Sebastian Hahn Remove trailing slash

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

12) 
13) # Tor Browser
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

14) RewriteRule ^torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L]
Sebastian Hahn Add a missing $. Thanks arma

Sebastian Hahn authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

17) 
18) # Overview
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

20) 
21) # Vidalia
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

25) # Press
Sebastian Hahn Fix rewrite rules as per ti...

Sebastian Hahn authored 13 years ago

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

Sebastian Hahn authored 13 years ago

27) 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

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

Andrew Lewman authored 13 years ago

29) # Projects
Sebastian Hahn Fix rewrite rules as per ti...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

31) 
32) # GetInvolved
Sebastian Hahn Fix rewrite rules as per ti...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

35) RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L]
Roger Dingledine make the old donate page no...

Roger Dingledine authored 13 years ago

36) 
37) # other (feel free to categorize)
Roger Dingledine make the old people page wo...

Roger Dingledine authored 13 years ago

38) RewriteRule ^people(.*) /about/corepeople$1 [R=301,L]
Roger Dingledine make the old donate page no...

Roger Dingledine authored 13 years ago

39) RewriteRule ^donate/$ /donate/donate [R=301,L]
Sebastian Hahn Add a few new rewrite rules...

Sebastian Hahn authored 13 years ago

40) 
41) # Download websites
42) RewriteRule ^download/$ /download/download [R=301,L]
43) RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
Sebastian Hahn Remove a spurious .html

Sebastian Hahn authored 13 years ago

44) RewriteRule ^easy-download(.*) /download/download$1 [R=301,L]