Browse code

add a redirect for the projects/ page due to lack of index page.

Andrew Lewman authored on 18/10/2010 06:26:43
Showing 1 changed files
... ...
@@ -20,3 +20,6 @@ RewriteRule ^vidalia(.*) /projects/vidalia [R=301,L]
20 20
 # Press Page
21 21
 RewriteRule ^press/$ /press/press.html.en [R=301,L]
22 22
 RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L]
23
+
24
+# Projects Page
25
+RewriteRule ^/projects/$ /projects/projects.html.en [R=301,L]