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

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


commit 54f50774dad8e5c4ac0af4d30e74ca5c71cf71ea
Author: hiro <hiro at torproject.org>
Date:   Wed May 1 16:32:21 2019 +0200

    Fix redirect
---
 .htaccess | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index 8249da2..fc9462d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -26,9 +26,6 @@ RewriteRule ^torbrowser$ https://2019.www.torproject.org/projects/torbrowser.htm
 # tordnsel
 RewriteRule ^tordnsel/dist/(.*) https://2019.www.torproject.org/dist/tordnsel/$1 [R=302,L]
 
-# Overview
-RewriteRule ^overview(.*) /about/history/ [R=302,L]
-
 # Projects
 RewriteRule ^projects/torbrowser/design(.*) https://2019.www.torproject.org/projects/torbrowser/design/ [R=302,L]
 RewriteRule ^projects/torbrowser/RecommendedTBBVersions - [L]
@@ -84,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$1 [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