[or-cvs] r23650: {website} Add a few new rewrite rules to capture more 404s. (website/trunk)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Wed Oct 20 12:35:20 UTC 2010


Author: sebastian
Date: 2010-10-20 12:35:20 +0000 (Wed, 20 Oct 2010)
New Revision: 23650

Modified:
   website/trunk/.htaccess
Log:
Add a few new rewrite rules to capture more 404s.

Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-20 12:28:54 UTC (rev 23649)
+++ website/trunk/.htaccess	2010-10-20 12:35:20 UTC (rev 23650)
@@ -8,6 +8,7 @@
 
 # Tor Browser
 RewriteRule ^torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L]
+RewriteRule ^torbrowser/ /projects/torbrowser [R=301,L]
 RewriteRule ^torbrowser(.*) /projects/torbrowser$1 [R=301,L]
 
 # Overview
@@ -28,3 +29,8 @@
 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]
+
+# Download websites
+RewriteRule ^download/$ /download/download [R=301,L]
+RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
+RewriteRule ^easy-download(.*) /download/download-easy$1 [R=301,L]



More information about the tor-commits mailing list