[tor-commits] [tpo/staging] Fix redirect
    gus at torproject.org 
    gus at torproject.org
       
    Thu Aug 20 20:22:51 UTC 2020
    
    
  
commit 544d1f72433eeecda437399802e4d480d10ccc44
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 bd65147b..85d82053 100644
--- a/.htaccess
+++ b/.htaccess
@@ -77,7 +77,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]
 
 # Donation campaign
    
    
More information about the tor-commits
mailing list