[tor-commits] [tpo/staging] .htaccess: Fix about/jobs redirect
emmapeel at torproject.org
emmapeel at torproject.org
Thu May 2 09:20:00 UTC 2019
commit 8f3e119aa3fe73e94d97d6a4e677dbfa96ab73d1
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 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]
More information about the tor-commits
mailing list