[tor-commits] r25258: {website} add a contact rewrite. (website/trunk)

Andrew Lewman andrew at torproject.org
Thu Dec 15 15:43:05 UTC 2011


Author: phobos
Date: 2011-12-15 15:43:05 +0000 (Thu, 15 Dec 2011)
New Revision: 25258

Modified:
   website/trunk/.htaccess
Log:
add a contact rewrite.


Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2011-12-15 07:17:09 UTC (rev 25257)
+++ website/trunk/.htaccess	2011-12-15 15:43:05 UTC (rev 25258)
@@ -37,6 +37,7 @@
 # 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]



More information about the tor-commits mailing list