commit 1973a1c4a36aed0bd59a4b6867790c25132a022b Author: hiro hiro@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 fa777dd1..bd65147b 100644 --- a/.htaccess +++ b/.htaccess @@ -22,9 +22,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] # Bug 29951: redirect RecommendedTBBVersions until its format is fixed @@ -80,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$1 [R=302,L] +RewriteRule ^about/overview(.*) /about/history/ [R=302,L] RewriteRule ^about/$ /about/history [R=302,L]
# Donation campaign
tor-commits@lists.torproject.org