[tor-commits] [webwml/master] Add redirect rule for relay guide
hiro at torproject.org
hiro at torproject.org
Wed Feb 14 15:42:41 UTC 2018
commit feb0abda957f2d7560483a8c958abc17878cfd5a
Author: hiromipaw <hiro at torproject.org>
Date: Wed Feb 14 16:37:31 2018 +0100
Add redirect rule for relay guide
---
.htaccess | 3 +++
1 file changed, 3 insertions(+)
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]
More information about the tor-commits
mailing list