[or-cvs] r23618: {website} Change the rewrite rules around a little Phobos should sanit (website/trunk)

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


Author: sebastian
Date: 2010-10-16 21:59:41 +0000 (Sat, 16 Oct 2010)
New Revision: 23618

Modified:
   website/trunk/.htaccess
Log:
Change the rewrite rules around a little Phobos should sanity-check

Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-16 21:17:56 UTC (rev 23617)
+++ website/trunk/.htaccess	2010-10-16 21:59:41 UTC (rev 23618)
@@ -7,15 +7,15 @@
 RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]
 
 # Tor Browser
+RewriteRule ^/torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L]
 RewriteRule ^/torbrowser(.*) /projects/torbrowser$1 [R=301,L]
-RewriteRule ^/torbrowser/dist/(.*) /dist/torbrowser/$1 [R=301,L]
 
 # Overview
 RewriteRule ^/overview(.*) /about/overview$1 [R=301,L]
 
 # Vidalia
-RewriteRule ^/vidalia/(.*) /projects/vidalia [R=301,L]
 RewriteRule ^/vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L]
+RewriteRule ^/vidalia(.*) /projects/vidalia$1 [R=301,L]
 
 # Press Page
 RewriteRule ^/press/ /press/press.html.en [R=301,L]



More information about the tor-commits mailing list