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

gus at torproject.org gus at torproject.org
Thu Aug 20 20:22:51 UTC 2020


commit 3d7ad7e3e02f1b12fbd8f570f23e3f4066720c28
Author: hiro <hiro at torproject.org>
Date:   Wed May 1 13:25:19 2019 +0200

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

diff --git a/.htaccess b/.htaccess
index 61f465b3..fa777dd1 100644
--- a/.htaccess
+++ b/.htaccess
@@ -23,7 +23,7 @@ RewriteRule ^torbrowser$ https://2019.www.torproject.org/projects/torbrowser.htm
 RewriteRule ^tordnsel/dist/(.*) https://2019.www.torproject.org/dist/tordnsel/$1 [R=302,L]
 
 # Overview
-RewriteRule ^overview(.*) /about/history [R=302,L]
+RewriteRule ^overview(.*) /about/history/ [R=302,L]
 
 # Projects
 RewriteRule ^projects/torbrowser/design(.*) https://2019.www.torproject.org/projects/torbrowser/design/ [R=302,L]





More information about the tor-commits mailing list