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

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


commit 42a96dbb4c5be45d904545a68b5d58ab283f8287
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 984886a..8249da2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -27,7 +27,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