commit 8f3e119aa3fe73e94d97d6a4e677dbfa96ab73d1
Author: Nicolas Vigier <[email protected]>
Date:   Sun Apr 7 13:33:25 2019 +0200

    .htaccess: Fix about/jobs redirect
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 8f2e752..5d350af 100644
--- a/.htaccess
+++ b/.htaccess
@@ -5,7 +5,7 @@ RewriteRule ^about/corepeople.html.en$ /about/people/ [R=302,L]
 RewriteRule ^about/board.html.en$ /about/people/ [R=302,L]
 RewriteRule ^about/contributors.html.en$ /about/people/ [R=302,L]
 RewriteRule ^about/torusers(.*) 
https://2019.www.torproject.org/about/torusers$1 [R=302,L]
-RewriteRule ^about/jobs(.*) /about/jobs [R=302,L]
+RewriteRule ^about/jobs(.*).html.en$ /about/jobs [R=302,L]
 RewriteRule ^about/financials(.*) /about/reports$1 [R=302,L]
 RewriteRule ^about(.*).html.en$ /about$1 [R=302,L]
 

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to