[or-cvs] r23608: {website} fix the rewrite rule so google, bing, yahoo don't punish us. (website/trunk)

Andrew Lewman andrew at torproject.org
Fri Oct 15 21:09:49 UTC 2010


Author: phobos
Date: 2010-10-15 21:09:49 +0000 (Fri, 15 Oct 2010)
New Revision: 23608

Modified:
   website/trunk/.htaccess
Log:
fix the rewrite rule so google, bing, yahoo don't punish us.


Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-15 20:29:16 UTC (rev 23607)
+++ website/trunk/.htaccess	2010-10-15 21:09:49 UTC (rev 23608)
@@ -1,2 +1,2 @@
 RewriteEngine On
-RewriteRule ^faq(.*) /docs/faq$1 [L,R]
+RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]



More information about the tor-commits mailing list