Author: arma Date: 2012-02-08 08:38:43 +0000 (Wed, 08 Feb 2012) New Revision: 25378
Modified: website/trunk/.htaccess Log: the torrc we ship in 0.2.2, and have no plans to change, points people to https://www.torproject.org/tor-manual.html
Modified: website/trunk/.htaccess =================================================================== --- website/trunk/.htaccess 2012-02-07 14:37:07 UTC (rev 25377) +++ website/trunk/.htaccess 2012-02-08 08:38:43 UTC (rev 25378) @@ -6,6 +6,7 @@ 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-commits@lists.torproject.org