Author: phobos Date: 2010-10-16 18:32:54 +0000 (Sat, 16 Oct 2010) New Revision: 23613
Modified: website/trunk/.htaccess Log: add in the dist/ dir moves for tbb and vidalia. Modified: website/trunk/.htaccess =================================================================== --- website/trunk/.htaccess 2010-10-16 18:18:46 UTC (rev 23612) +++ website/trunk/.htaccess 2010-10-16 18:32:54 UTC (rev 23613) @@ -8,9 +8,14 @@ # Tor Browser 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] + +# Press Page +RewriteRule ^/press/index.html(.*) /press/press.html$1 [R=301,L]
