make the old people page work again too

This commit is contained in:
Roger Dingledine 2010-10-27 10:12:30 +00:00
parent a44036b316
commit 379df7a06f

View File

@ -32,6 +32,7 @@ RewriteRule ^projects/$ /projects/projects.html.en [R=301,L]
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]