[tor-commits] [tpo/staging] fix peoples page redirect

emmapeel at torproject.org emmapeel at torproject.org
Sat Apr 6 18:25:11 UTC 2019


commit 2f950fff4beeb06e3a8679f9bdc980756be61f9a
Author: emma peel <emma.peel at 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/





More information about the tor-commits mailing list