commit 0d48b7f77d9c199140a2199542bd05053f5849de Author: hiro hiro@torproject.org Date: Wed Mar 27 16:13:37 2019 +0100
Update htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+)
diff --git a/.htaccess b/.htaccess index 1f9e891..9a2d6dc 100644 --- a/.htaccess +++ b/.htaccess @@ -2,6 +2,7 @@ RewriteEngine On
# about RewriteRule ^about/corepeople(.*) /about/people$1 [R=302,L] +RewriteRule ^about/financials(.*) /about/reports$1 [R=302,L]
# moved to /docs/ RewriteRule ^docs/faq(.*) https://2019.www.torproject.org/docs/faq$1 [R=302,L]