[tor-commits] r25525: {website} change the relays rewrite rule to be more general. (website/trunk)
Andrew Lewman
andrew at torproject.org
Sun Mar 11 23:07:30 UTC 2012
Author: phobos
Date: 2012-03-11 23:07:30 +0000 (Sun, 11 Mar 2012)
New Revision: 25525
Modified:
website/trunk/.htaccess
Log:
change the relays rewrite rule to be more general.
Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess 2012-03-11 22:54:27 UTC (rev 25524)
+++ website/trunk/.htaccess 2012-03-11 23:07:30 UTC (rev 25525)
@@ -46,4 +46,4 @@
RewriteRule ^easy-download(.*) /download/download-easy$1 [R=301,L]
# Relays
-RewriteRule ^relays/$ /getinvolved/relays [R=301,L]
+RewriteRule ^relays(.*) /getinvolved/relays [R=301,L]
More information about the tor-commits
mailing list