[tor-commits] [tpo/staging] a couple more of redirects, thanks haakonn for reporting
emmapeel at torproject.org
emmapeel at torproject.org
Wed Mar 27 09:27:26 UTC 2019
commit bcc6532dc44ec84116d0c47176aef6ce3330592e
Author: emma peel <emma.peel at riseup.net>
Date: Wed Mar 27 09:41:11 2019 +0100
a couple more of redirects, thanks haakonn for reporting
---
.htaccess | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.htaccess b/.htaccess
index f911c21..caac215 100644
--- a/.htaccess
+++ b/.htaccess
@@ -40,9 +40,10 @@ RewriteRule ^projects/obfsproxy(.*) /docs/pluggable-transports [R=301,L]
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]
-RewriteRule ^tshirt(.*) /getinvolved/tshirt$1 [R=301,L]
+RewriteRule ^getinvolved/$ https://2019.www.torproject.org/getinvolved/volunteer [R=302,L]
+RewriteRule ^getinvolved(.*) https://2019.www.torproject.org/getinvolved$1 [R=302,L]
+RewriteRule ^volunteer(.*) https://2019.www.torproject.org/getinvolved/volunteer$1 [R=302,L]
+RewriteRule ^tshirt(.*) https://2019.www.torproject.org/getinvolved/tshirt$1 [R=302,L]
RewriteRule ^research(.*) https://research.torproject.org/ [R=301,L]
RewriteRule ^getinvolved/research(.*) https://research.torproject.org/ [R=301,L]
@@ -62,6 +63,7 @@ RewriteRule ^about/contact(.*) /contact$1 [R=301,L]
RewriteRule ^download/download/$ /download [R=301,L]
RewriteRule ^download/download.html(.*) /download [R=301,L]
RewriteRule ^download/easy-download(.*) /download [R=301,L]
+RewriteRule ^download/download-easy(.*) /download [R=302,L]
# Relays
RewriteRule ^relays(.*) https://2019.www.torproject.org/getinvolved/relays [R=301,L]
More information about the tor-commits
mailing list