mirror of
https://github.com/torproject/webwml.git
synced 2024-12-04 08:37:38 +00:00
Fix rewrite rules as per ticket 2122
This commit is contained in:
parent
847a0e772c
commit
ce905ac87c
@ -22,14 +22,14 @@ RewriteRule ^vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L]
|
||||
RewriteRule ^vidalia(.*) /projects/vidalia [R=301,L]
|
||||
|
||||
# Press
|
||||
RewriteRule ^press/$ /press/press.html.en [R=301,L]
|
||||
RewriteRule ^press/$ /press/press [R=301,L]
|
||||
RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L]
|
||||
|
||||
# Projects
|
||||
RewriteRule ^projects/$ /projects/projects.html.en [R=301,L]
|
||||
RewriteRule ^projects/$ /projects/projects [R=301,L]
|
||||
|
||||
# GetInvolved
|
||||
RewriteRule ^getinvolved/$ /getinvolved/volunteer.html.en [R=301,L]
|
||||
RewriteRule ^getinvolved/$ /getinvolved/volunteer [R=301,L]
|
||||
RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L]
|
||||
RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user