[tor-commits] [tpo/staging] Fix redirect

emmapeel at torproject.org emmapeel at torproject.org
Wed May 29 07:43:26 UTC 2019


commit 90658cc654d52a4c4de8ef71eacb17da7f742dd5
Author: hiro <hiro at torproject.org>
Date:   Wed May 1 17:59:56 2019 +0200

    Fix redirect
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index fc9462d..473633e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -81,7 +81,7 @@ RewriteRule ^download/download-easy(.*) /download [R=302,L]
 RewriteRule ^relays(.*) https://2019.www.torproject.org/getinvolved/relays [R=302,L]
 
 # Index Pages
-RewriteRule ^about/overview(.*) /about/history/ [R=302,L]
+RewriteRule ^about/overview(.*) /about/history [R=302,L]
 RewriteRule ^about/$ /about/history [R=302,L]
 
 # Eff





More information about the tor-commits mailing list