[or-cvs] r23691: {website} make the old donate page not point to a file index (website/trunk)

Roger Dingledine arma at torproject.org
Wed Oct 27 10:37:54 UTC 2010


Author: arma
Date: 2010-10-27 10:37:54 +0000 (Wed, 27 Oct 2010)
New Revision: 23691

Modified:
   website/trunk/.htaccess
Log:
make the old donate page not point to a file index


Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-27 10:35:09 UTC (rev 23690)
+++ website/trunk/.htaccess	2010-10-27 10:37:54 UTC (rev 23691)
@@ -32,7 +32,10 @@
 RewriteRule ^getinvolved/$ /getinvolved/volunteer.html.en [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]
 
 # Download websites
 RewriteRule ^download/$ /download/download [R=301,L]



More information about the tor-commits mailing list