git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
642a35eb4
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
.htaccess
the torrc we ship in 0.2.2, and have no plans to change, points people to https://www.torproject.org/tor-manual.html
Roger Dingledine
commited
642a35eb4
at 2012-02-08 09:38:43
.htaccess
Blame
History
Raw
RewriteEngine On # moved to /docs/ RewriteRule ^faq(.*) /docs/faq$1 [R=301,L] RewriteRule ^bridges(.*) /docs/bridges$1 [R=301,L] RewriteRule ^abuse(.*) /docs/abuse$1 [R=301,L] RewriteRule ^documentation(.*) /docs/documentation$1 [R=301,L] RewriteRule ^verifying-signatures(.*) /docs/verifying-signatures$1 [R=301,L] RewriteRule ^tor-manual(.*) /docs/tor-manual$1 [R=301,L] # Torbutton RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L] # Tor Browser RewriteRule ^torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L] RewriteRule ^torbrowser/$ /projects/torbrowser [R=301,L] RewriteRule ^torbrowser(.*) /projects/torbrowser$1 [R=301,L] # Overview RewriteRule ^overview(.*) /about/overview$1 [R=301,L] # Vidalia RewriteRule ^vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L] RewriteRule ^vidalia(.*) /projects/vidalia [R=301,L] # Press RewriteRule ^press/$ /press/press [R=301,L] RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L] # Projects RewriteRule ^projects/$ /projects/projects [R=301,L] # GetInvolved RewriteRule ^getinvolved/$ /getinvolved/volunteer [R=301,L] RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L] RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L] # other (feel free to categorize) RewriteRule ^people(.*) /about/corepeople$1 [R=301,L] RewriteRule ^donate/$ /donate/donate [R=301,L] RewriteRule ^contact(.*) /about/contact$1 [R=301,L] # Download websites RewriteRule ^download/$ /download/download [R=301,L] RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L] RewriteRule ^easy-download(.*) /download/download-easy$1 [R=301,L]