commit 0688808a33ed5daf20a919b142dbb80d2f0a3107 Author: hiro hiro@torproject.org Date: Wed Mar 27 16:12:09 2019 +0100
Update htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index 3301643..1f9e891 100644 --- a/.htaccess +++ b/.htaccess @@ -73,7 +73,7 @@ RewriteRule ^download/download-easy(.*) /download [R=302,L] RewriteRule ^relays(.*) https://2019.www.torproject.org/getinvolved/relays [R=301,L]
# Index Pages -RewriteRule ^about/overview(.*) https://2019.www.torproject.org/about/overview$1 [R=302,L] +RewriteRule ^about/overview(.*) /about/history$1 [R=302,L] RewriteRule ^about/$ /about/history [R=302,L]
# Donation campaign
tor-commits@lists.torproject.org