commit 2f950fff4beeb06e3a8679f9bdc980756be61f9a Author: emma peel emma.peel@riseup.net Date: Thu Mar 28 11:51:17 2019 +0100
fix peoples page redirect --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index d37c999..556b66e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,7 @@ RewriteEngine On
# about -RewriteRule ^about/corepeople(.*) /about/people$1 [R=302,L] +RewriteRule ^about/corepeople.html.en$ /about/people/ [R=302,L] RewriteRule ^about/financials(.*) /about/reports$1 [R=302,L]
# moved to /docs/
tor-commits@lists.torproject.org