[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r23611: {website} add two popular rewrites. (website/trunk)



Author: phobos
Date: 2010-10-16 18:14:47 +0000 (Sat, 16 Oct 2010)
New Revision: 23611

Modified:
   website/trunk/.htaccess
Log:
add two popular rewrites.


Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-16 13:42:45 UTC (rev 23610)
+++ website/trunk/.htaccess	2010-10-16 18:14:47 UTC (rev 23611)
@@ -5,3 +5,9 @@
 
 # Torbutton
 RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]
+
+# Tor Browser
+RewriteRule ^/torbrowser(.*) /projects/torbrowser$1 [R=301,L]
+
+# Overview
+RewriteRule ^/overview(.*) /about/overview$1 [R=301,L]