[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r23654: {website} Add two rewrite rules based on suggestion from mo (website/trunk)
Author: sebastian
Date: 2010-10-20 13:07:30 +0000 (Wed, 20 Oct 2010)
New Revision: 23654
Modified:
website/trunk/.htaccess
Log:
Add two rewrite rules based on suggestion from mo
Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess 2010-10-20 13:02:52 UTC (rev 23653)
+++ website/trunk/.htaccess 2010-10-20 13:07:30 UTC (rev 23654)
@@ -1,7 +1,9 @@
RewriteEngine On
-# New faqs live in /docs/
+# moved to /docs/
RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
+RewriteRule ^bridges(.*) /docs/bridges$1 [R=301,L]
+RewriteRule ^abuse(.*) /docs/abuse$1 [R=301,L]
# Torbutton
RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]
@@ -34,3 +36,4 @@
RewriteRule ^download/$ /download/download [R=301,L]
RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
RewriteRule ^easy-download(.*) /download/download$1 [R=301,L]
+