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

emmapeel at torproject.org emmapeel at torproject.org
Thu May 2 08:52:15 UTC 2019


commit e5207aa62d0a84b5727d915d358fbe86350a38e9
Author: hiro <hiro at torproject.org>
Date:   Wed May 1 23:22:37 2019 +0200

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

diff --git a/.htaccess b/.htaccess
index 85d8205..1f6c432 100644
--- a/.htaccess
+++ b/.htaccess
@@ -77,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 [R=302,L]
+RewriteRule ^about/overview.html(.*) /about/history [R=302,L]
 RewriteRule ^about/$ /about/history [R=302,L]
 
 # Donation campaign



More information about the tor-commits mailing list