2010-10-15 14:12:20 +00:00
|
|
|
RewriteEngine On
|
2010-10-16 13:41:06 +00:00
|
|
|
|
2010-10-20 13:07:30 +00:00
|
|
|
# moved to /docs/
|
2010-10-15 21:09:49 +00:00
|
|
|
RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
|
2010-10-20 13:07:30 +00:00
|
|
|
RewriteRule ^bridges(.*) /docs/bridges$1 [R=301,L]
|
|
|
|
RewriteRule ^abuse(.*) /docs/abuse$1 [R=301,L]
|
2010-10-23 22:03:33 +00:00
|
|
|
RewriteRule ^documentation(.*) /docs/documentation$1 [R=301,L]
|
2010-11-18 09:09:12 +00:00
|
|
|
RewriteRule ^verifying-signatures(.*) /docs/verifying-signatures$1 [R=301,L]
|
2010-10-16 13:41:06 +00:00
|
|
|
|
|
|
|
# Torbutton
|
2010-10-16 13:42:45 +00:00
|
|
|
RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]
|
2010-10-16 18:14:47 +00:00
|
|
|
|
|
|
|
# Tor Browser
|
2010-10-16 22:02:11 +00:00
|
|
|
RewriteRule ^torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L]
|
2010-10-20 18:19:59 +00:00
|
|
|
RewriteRule ^torbrowser/$ /projects/torbrowser [R=301,L]
|
2010-10-16 22:02:11 +00:00
|
|
|
RewriteRule ^torbrowser(.*) /projects/torbrowser$1 [R=301,L]
|
2010-10-16 18:14:47 +00:00
|
|
|
|
|
|
|
# Overview
|
2010-10-16 22:02:11 +00:00
|
|
|
RewriteRule ^overview(.*) /about/overview$1 [R=301,L]
|
2010-10-16 18:18:46 +00:00
|
|
|
|
|
|
|
# Vidalia
|
2010-10-16 22:02:11 +00:00
|
|
|
RewriteRule ^vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L]
|
2010-10-16 22:04:46 +00:00
|
|
|
RewriteRule ^vidalia(.*) /projects/vidalia [R=301,L]
|
2010-10-16 18:32:54 +00:00
|
|
|
|
2010-10-18 04:33:38 +00:00
|
|
|
# Press
|
2010-10-28 05:26:01 +00:00
|
|
|
RewriteRule ^press/$ /press/press [R=301,L]
|
2010-10-16 22:02:11 +00:00
|
|
|
RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L]
|
2010-10-18 04:26:43 +00:00
|
|
|
|
2010-10-18 04:33:38 +00:00
|
|
|
# Projects
|
2010-10-28 05:26:01 +00:00
|
|
|
RewriteRule ^projects/$ /projects/projects [R=301,L]
|
2010-10-18 04:33:38 +00:00
|
|
|
|
|
|
|
# GetInvolved
|
2010-10-28 05:26:01 +00:00
|
|
|
RewriteRule ^getinvolved/$ /getinvolved/volunteer [R=301,L]
|
2010-10-18 04:33:38 +00:00
|
|
|
RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L]
|
2010-10-18 16:30:21 +00:00
|
|
|
RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L]
|
2010-10-27 10:37:54 +00:00
|
|
|
|
|
|
|
# other (feel free to categorize)
|
2010-10-27 10:12:30 +00:00
|
|
|
RewriteRule ^people(.*) /about/corepeople$1 [R=301,L]
|
2010-10-27 10:37:54 +00:00
|
|
|
RewriteRule ^donate/$ /donate/donate [R=301,L]
|
2010-10-20 12:35:20 +00:00
|
|
|
|
|
|
|
# Download websites
|
|
|
|
RewriteRule ^download/$ /download/download [R=301,L]
|
|
|
|
RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
|
2010-10-20 13:02:52 +00:00
|
|
|
RewriteRule ^easy-download(.*) /download/download$1 [R=301,L]
|
2010-10-20 13:07:30 +00:00
|
|
|
|