Author: arma Date: 2010-10-27 10:12:30 +0000 (Wed, 27 Oct 2010) New Revision: 23683
Modified: website/trunk/.htaccess Log: make the old people page work again too Modified: website/trunk/.htaccess =================================================================== --- website/trunk/.htaccess 2010-10-27 07:13:19 UTC (rev 23682) +++ website/trunk/.htaccess 2010-10-27 10:12:30 UTC (rev 23683) @@ -32,6 +32,7 @@ RewriteRule ^getinvolved/$ /getinvolved/volunteer.html.en [R=301,L] RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L] RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L] +RewriteRule ^people(.*) /about/corepeople$1 [R=301,L] # Download websites RewriteRule ^download/$ /download/download [R=301,L]
