diff --git a/.htaccess b/.htaccess index 86a523e0..c1f0557c 100644 --- a/.htaccess +++ b/.htaccess @@ -36,6 +36,9 @@ RewriteRule ^projects/obfsproxy-debian-instructions(.*) /docs/pluggable-transpor RewriteRule ^projects/obfsproxy-instructions(.*) /docs/pluggable-transports [R=410,L] RewriteRule ^projects/obfsproxy(.*) /docs/pluggable-transports [R=301,L] +#Relays +RewriteRule ^relay-guide(.*) https://trac.torproject.org/projects/tor/wiki/TorRelayGuide [R=301,L] + # GetInvolved RewriteRule ^getinvolved/$ /getinvolved/volunteer [R=301,L] RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L]