Author: arma Date: 2012-08-20 18:33:20 +0000 (Mon, 20 Aug 2012) New Revision: 25763
Modified: website/trunk/.htaccess Log: since the research page is gone, redirect it rather than leaving it a 404
Modified: website/trunk/.htaccess =================================================================== --- website/trunk/.htaccess 2012-08-20 16:18:28 UTC (rev 25762) +++ website/trunk/.htaccess 2012-08-20 18:33:20 UTC (rev 25763) @@ -33,9 +33,11 @@ # GetInvolved RewriteRule ^getinvolved/$ /getinvolved/volunteer [R=301,L] RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L] -RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L] RewriteRule ^tshirt(.*) /getinvolved/tshirt$1 [R=301,L]
+RewriteRule ^research(.*) https://research.torproject.org/ [R=301,L] +RewriteRule ^getinvolved/research(.*) https://research.torproject.org/ [R=301,L] + # other (feel free to categorize) RewriteRule ^people(.*) /about/corepeople$1 [R=301,L] RewriteRule ^donate/$ /donate/donate [R=301,L]