diff --git a/.htaccess b/.htaccess index 20b129b0..ecf3bffd 100644 --- a/.htaccess +++ b/.htaccess @@ -11,3 +11,6 @@ RewriteRule ^/torbrowser(.*) /projects/torbrowser$1 [R=301,L] # Overview RewriteRule ^/overview(.*) /about/overview$1 [R=301,L] + +# Vidalia +RewriteRule ^/vidalia/(.*) /projects/vidalia [R=301,L]