[or-cvs] r23610: {website} Remove trailing slash (website/trunk)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Sat Oct 16 13:42:45 UTC 2010


Author: sebastian
Date: 2010-10-16 13:42:45 +0000 (Sat, 16 Oct 2010)
New Revision: 23610

Modified:
   website/trunk/.htaccess
Log:
Remove trailing slash

Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-16 13:41:06 UTC (rev 23609)
+++ website/trunk/.htaccess	2010-10-16 13:42:45 UTC (rev 23610)
@@ -4,4 +4,4 @@
 RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
 
 # Torbutton
-RewriteRule ^torbutton/design(.*) /torbutton/en/design/$1 [R=301,L]
+RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]



More information about the tor-commits mailing list