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

[or-cvs] r23823: {website} Add the verifying-signatures page to the redirects (website/trunk)



Author: sebastian
Date: 2010-11-18 09:09:12 +0000 (Thu, 18 Nov 2010)
New Revision: 23823

Modified:
   website/trunk/.htaccess
Log:
Add the verifying-signatures page to the redirects

Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-11-18 09:00:09 UTC (rev 23822)
+++ website/trunk/.htaccess	2010-11-18 09:09:12 UTC (rev 23823)
@@ -5,6 +5,7 @@
 RewriteRule ^bridges(.*) /docs/bridges$1 [R=301,L]
 RewriteRule ^abuse(.*) /docs/abuse$1 [R=301,L]
 RewriteRule ^documentation(.*) /docs/documentation$1 [R=301,L]
+RewriteRule ^verifying-signatures(.*) /docs/verifying-signatures$1 [R=301,L]
 
 # Torbutton
 RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]