bridges
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]
Andrew Lewman add two rewrites for the vo...

Andrew Lewman authored 13 years ago

32) 
Nima Fatemi make torproject.org/PT shor...

Nima Fatemi authored 7 years ago

33) #Pluggable Transports
Sebastian Hahn Redirect /PT as well as /PT/

Sebastian Hahn authored 7 years ago

34) RewriteRule ^PT/?$ /docs/pluggable-transports [R=301,L]
Sebastian Hahn Fix up rewrite rules

Sebastian Hahn authored 7 years ago

35) RewriteRule ^projects/obfsproxy-debian-instructions(.*) /docs/pluggable-transports [R=410,L]
36) RewriteRule ^projects/obfsproxy-instructions(.*) /docs/pluggable-transports [R=410,L]
37) RewriteRule ^projects/obfsproxy(.*) /docs/pluggable-transports [R=301,L]
Nima Fatemi make torproject.org/PT shor...

Nima Fatemi authored 7 years ago

38) 
hiromipaw Add redirect rule for relay...

hiromipaw authored 6 years ago

39) #Relays
40) RewriteRule ^relay-guide(.*) https://trac.torproject.org/projects/tor/wiki/TorRelayGuide [R=301,L]
41) 
Andrew Lewman add two rewrites for the vo...

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 11 years ago

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

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 11 years ago

47) RewriteRule ^research(.*) https://research.torproject.org/ [R=301,L]
48) RewriteRule ^getinvolved/research(.*) https://research.torproject.org/ [R=301,L]
49) 
hiromipaw Add redirect to support wiki

hiromipaw authored 6 years ago

50) # Support
51) RewriteRule ^support(.*) https://trac.torproject.org/projects/tor/wiki/org/teams/CommunityTeam/Support [R=301,L]
52) 
hiromipaw Add redirect to newsletter

hiromipaw authored 6 years ago

53) # Newsletter
hiromipaw Fix typo in htaccess

hiromipaw authored 6 years ago

54) RewriteRule ^newsletter(.*) https://newsletter.torproject.org [R=301,L]
hiromipaw Add redirect to newsletter

hiromipaw authored 6 years ago

55) 
Roger Dingledine make the old donate page no...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 13 years ago

57) RewriteRule ^people(.*) /about/corepeople$1 [R=301,L]
Sebastian Hahn Couple of rewrite rule tweaks

Sebastian Hahn authored 7 years ago

58) RewriteRule ^donate/$ https://donate.torproject.org [R=302,L]
Andrew Lewman add a contact rewrite.

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

60) 
61) # Download websites
62) RewriteRule ^download/$ /download/download [R=301,L]
63) RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
Andrew Lewman make download-easy the defa...

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

65) 
Andrew Lewman redirect away.

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 8 years ago

68) 
Sebastian Hahn Attempt to get rid of visib...

Sebastian Hahn authored 7 years ago

69) # Index Pages
70) RewriteRule ^about/$ /about/overview [R=301,L]
71) RewriteRule ^cgi-bin/$ / [R=301,L]
72) RewriteRule ^css/$ / [R=301,L]
73) RewriteRule ^docs/$ /docs/documentation [R=301,L]
74) RewriteRule ^eff/$ / [R=301,L]
75) RewriteRule ^en/$ / [R=301,L]
76) RewriteRule ^images/$ / [R=301,L]
77) RewriteRule ^include/$ / [R=301,L]
78) RewriteRule ^js/$ / [R=301,L]
79) 
hiromipaw Fix thankyou redirect

hiromipaw authored 6 years ago

80) # Donation campaign
Arthur Edelstein Bug 24589: Redirect Amazon...

Arthur Edelstein authored 6 years ago

81) # 2017
Sebastian Hahn Don't redirect amazon donat...

Sebastian Hahn authored 7 years ago

82) # Special-case the donate-options and amazon page so it doesn't get redirected
Sebastian Hahn Stop redirect processing if...

Sebastian Hahn authored 7 years ago

83) RewriteRule ^donate/donate-options(.*) /donate/donate-options$1 [END]
Sebastian Hahn Don't redirect amazon donat...

Sebastian Hahn authored 7 years ago

84) RewriteRule ^donate/donate-amazon(.*) /donate/donate-amazon$1 [END]
Sebastian Hahn Simplify redirect rules a b...

Sebastian Hahn authored 7 years ago

85) RewriteRule ^donate/donate(.*) https://donate.torproject.org [R=302,L]
Arthur Edelstein Bug 24589: Redirect Amazon...

Arthur Edelstein authored 6 years ago

86) RewriteRule ^donate/donor-faq(.*) https://donate.torproject.org/donor-faq [R=302,L]
87) RewriteRule ^donate/donor-privacy-policy(.*) https://donate.torproject.org/privacy-policy [R=302,L]
hiromipaw Fix thankyou redirect

hiromipaw authored 6 years ago

88) RewriteRule ^donate/thankyou(.*) https://donate.torproject.org/thank-you [R=302,L]
Arthur Edelstein Bug 24589: Redirect Amazon...

Arthur Edelstein authored 6 years ago

89) RewriteRule ^thankyou(.*) https://donate.torproject.org/thank-you [R=302,L]
Sebastian Hahn Add note explaining a redirect

Sebastian Hahn authored 7 years ago

90) 
91) # The following redirect is necessary because we're using that URL on
92) # some external resources (the donate infrastructure in particular) and
93) # getting it changed there is apparently hard or something.