redirect membership and sponsors to new supporters page

This commit is contained in:
Jérôme Charaoui 2024-02-06 18:54:27 -05:00
parent 9bbc8e4892
commit 7c44159d98
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -8,6 +8,8 @@ RewriteRule ^about/torusers(.*) https://2019.www.torproject.org/about/torusers$1
RewriteRule ^about/overview(.*) https://2019.www.torproject.org/about/overview$1 [R=302,L]
RewriteRule ^about/jobs(.*).html.en$ /about/jobs [R=302,L]
RewriteRule ^about/financials(.*) /about/reports$1 [R=302,L]
RewriteRule ^about/membership(.*) /about/supporters/1 [R=302,L]
RewriteRule ^about/sponsors(.*) /about/supporters/ [R=302,L]
RewriteRule ^about(.*).html.en$ /about$1 [R=302,L]
RewriteRule ^images/how_tor_works_thumb.png$ https://2019.www.torproject.org/images/how_tor_works_thumb.png [R=302,L]