commit f9cca302e6f949448d762ed400a2dc5c1234fe0a Author: emma peel emma.peel@riseup.net Date: Wed Mar 27 13:03:39 2019 +0100
add forward for overview page --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index d0360c6..ad89b40 100644 --- a/.htaccess +++ b/.htaccess @@ -68,7 +68,8 @@ RewriteRule ^download/download-easy(.*) /download [R=302,L] RewriteRule ^relays(.*) https://2019.www.torproject.org/getinvolved/relays [R=301,L]
# Index Pages -RewriteRule ^about/$ /about/history [R=301,L] +RewriteRule ^about/overview(.*) https://2019.www.torproject.org/about/overview$1 [R=302,L] +RewriteRule ^about/$ /about/history [R=302,L]
# Donation campaign # 2017
tor-commits@lists.torproject.org