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