[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r23634: {website} add two rewrites for the volunteer page. (website/trunk)



Author: phobos
Date: 2010-10-18 04:33:38 +0000 (Mon, 18 Oct 2010)
New Revision: 23634

Modified:
   website/trunk/.htaccess
Log:
add two rewrites for the volunteer page.


Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-18 04:30:52 UTC (rev 23633)
+++ website/trunk/.htaccess	2010-10-18 04:33:38 UTC (rev 23634)
@@ -17,9 +17,13 @@
 RewriteRule ^vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L]
 RewriteRule ^vidalia(.*) /projects/vidalia [R=301,L]
 
-# Press Page
+# Press
 RewriteRule ^press/$ /press/press.html.en [R=301,L]
 RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L]
 
-# Projects Page
+# Projects
 RewriteRule ^/projects/$ /projects/projects.html.en [R=301,L]
+
+# GetInvolved
+RewriteRule ^/getinvolved/$ /getinvolved/volunteer.html.en [R=301,L]
+RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L]