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]