[tor-commits] [tpo/master] .htaccess: Fix about/jobs redirect

boklm at torproject.org boklm at torproject.org
Sun Apr 7 11:34:25 UTC 2019


commit de37d9b10145100bd4ab96aaad93c682dba8462f
Author: Nicolas Vigier <boklm at torproject.org>
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 4b58783..9045e5e 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]
 



More information about the tor-commits mailing list