676fa50c02ff61de78a9a08598cd2a3627cd4356
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]
Roger Dingledine the torrc we ship in 0.2.2,...

Roger Dingledine authored 12 years ago

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

Sebastian Hahn authored 13 years ago

10) 
11) # Torbutton
Andrew Lewman move manpages to docs, move...

Andrew Lewman authored 9 years ago

12) RewriteRule ^torbutton/design(.*) /docs/torbutton/en/design$1 [R=301,L]
Roger Dingledine allow old torbutton link to...

Roger Dingledine authored 9 years ago

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

Andrew Lewman authored 13 years ago

14) 
15) # Tor Browser
Sebastian Hahn Rewrite Rules shouldn't sta...

Sebastian Hahn authored 13 years ago

16) RewriteRule ^torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L]
Andrew Lewman move manpages to docs, move...

Andrew Lewman authored 9 years ago

17) #RewriteRule ^torbrowser/$ /projects/torbrowser.html.en [R=301,L]
18) RewriteRule ^torbrowser(.*) /projects/torbrowser.html.en [R=301,L]
Andrew Lewman add two popular rewrites.

Andrew Lewman authored 13 years ago

19) 
Peter Palfrader More tordnsel/dist to /dist...

Peter Palfrader authored 9 years ago

20) # tordnsel
21) RewriteRule ^tordnsel/dist/(.*) /dist/tordnsel/$1 [R=301,L]
22) 
Andrew Lewman add two popular rewrites.

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

31) RewriteRule ^projects/$ /projects/projects [R=301,L]
Roger Dingledine try doing the tormessenger...

Roger Dingledine authored 8 years ago

32) RewriteRule ^projects/tormessenger(.*)$ https://trac.torproject.org/projects/tor/wiki/doc/TorMessenger [R=301,L]
Andrew Lewman add two rewrites for the vo...

Andrew Lewman authored 13 years ago

33) 
34) # GetInvolved
Sebastian Hahn Fix rewrite rules as per ti...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

36) RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L]
Roger Dingledine ha. we've been giving out a...

Roger Dingledine authored 11 years ago

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

Roger Dingledine authored 13 years ago

38) 
Roger Dingledine since the research page is...

Roger Dingledine authored 11 years ago

39) RewriteRule ^research(.*) https://research.torproject.org/ [R=301,L]
40) RewriteRule ^getinvolved/research(.*) https://research.torproject.org/ [R=301,L]
41) 
Roger Dingledine make the old donate page no...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

44) RewriteRule ^donate/$ /donate/donate [R=301,L]
Andrew Lewman add a contact rewrite.

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

46) 
47) # Download websites
48) RewriteRule ^download/$ /download/download [R=301,L]
49) RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
Andrew Lewman make download-easy the defa...

Andrew Lewman authored 12 years ago

50) RewriteRule ^easy-download(.*) /download/download-easy$1 [R=301,L]
Sebastian Hahn Add two rewrite rules based...

Sebastian Hahn authored 13 years ago

51) 
Andrew Lewman redirect away.

Andrew Lewman authored 12 years ago

52) # Relays
Andrew Lewman change the relays rewrite r...

Andrew Lewman authored 12 years ago

53) RewriteRule ^relays(.*) /getinvolved/relays [R=301,L]
Sebastian Hahn Try the donation redirect hack

Sebastian Hahn authored 8 years ago

54) 
55) # Donation campagin
Sebastian Hahn Fix donate redirect rules

Sebastian Hahn authored 8 years ago

56) RewriteRule ^donate/donate-twitter(.*) /donate/donate$1 [R=302,L]
57) RewriteRule ^donate/donate-tbb(.*) /donate/donate$1 [R=302,L]
58) RewriteRule ^donate/donate-banner(.*) /donate/donate$1 [R=302,L]
59) RewriteRule ^donate/donate-download(.*) /donate/donate$1 [R=302,L]
60) RewriteRule ^donate/donate-button(.*) /donate/donate$1 [R=302,L]
Sebastian Hahn Add giving-tue-blog donate...

Sebastian Hahn authored 8 years ago

61) RewriteRule ^donate/giving-tue-blog(.*) /donate/donate$1 [R=302,L]
Roger Dingledine add a new redirect from don...

Roger Dingledine authored 8 years ago

62) RewriteRule ^donate/donate-roger(.*) /donate/donate$1 [R=302,L]
Roger Dingledine add a redirect for the geor...

Roger Dingledine authored 8 years ago

63) RewriteRule ^donate/donate-george-torwell(.*) /donate/donate$1 [R=302,L]
Sebastian Hahn Add url for molly blogpost

Sebastian Hahn authored 8 years ago

64) RewriteRule ^donate/donate-blog-molly(.*) /donate/donate$1 [R=302,L]
Sebastian Hahn make a rabbirob-donate url

Sebastian Hahn authored 8 years ago

65) RewriteRule ^donate/donate-blog-rabbirob(.*) /donate/donate$1 [R=302,L]
Sebastian Hahn add donate-blog-cory

Sebastian Hahn authored 8 years ago

66) RewriteRule ^donate/donate-blog-cory(.*) /donate/donate$1 [R=302,L]
Sebastian Hahn Add donate-hpbanner redirect

Sebastian Hahn authored 8 years ago

67) RewriteRule ^donate/donate-hpbanner(.*) /donate/donate$1 [R=302,L]
Sebastian Hahn Make donate-blog-benw page

Sebastian Hahn authored 8 years ago

68) RewriteRule ^donate/donate-blog-benw(.*) /donate/donate$1 [R=302,L]
Nick Mathewson another champion, another r...

Nick Mathewson authored 8 years ago

69) RewriteRule ^donate/donate-blog-ellsberg(.*) /donate/donate$1 [R=302,L]
Nick Mathewson landing page for alison

Nick Mathewson authored 8 years ago

70) RewriteRule ^donate/donate-blog-alison(.*) /donate/donate$1 [R=302,L]
Mike Perry Actually, I hope that ES is...

Mike Perry authored 8 years ago

71) RewriteRule ^donate/donate-snowden(.*) /donate/donate$1 [R=302,L]
Mike Perry Add donation redirect for J...

Mike Perry authored 8 years ago

72) RewriteRule ^donate/donate-appelbaum(.*) /donate/donate$1 [R=302,L]
Mike Perry CCC Donations link.

Mike Perry authored 8 years ago

73) RewriteRule ^donate/donate-chaos(.*) /donate/donate$1 [R=302,L]
Nick Mathewson another champion

Nick Mathewson authored 8 years ago

74) RewriteRule ^donate/donate-blog-nanni(.*) /donate/donate$1 [R=302,L]
Nick Mathewson Add donate-blog-landau

Nick Mathewson authored 8 years ago

75) RewriteRule ^donate/donate-blog-landau(.*) /donate/donate$1 [R=302,L]
Sebastian Hahn arthuredelstein just notice...

Sebastian Hahn authored 8 years ago

76) #keep prefixes of other entries down here...
77) RewriteRule ^donate/donate-hp(.*) /donate/donate$1 [R=302,L]
Roger Dingledine add a new redirect from don...

Roger Dingledine authored 8 years ago

78)