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

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


commit 0c79e45ae9416016499b65c230b77bdd1ea0539d
Author: hiro <hiro at torproject.org>
Date:   Wed May 1 12:51:48 2019 +0200

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

diff --git a/.htaccess b/.htaccess
index 92c1a89..984886a 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$1 [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