Update .htaccess again

This commit is contained in:
hiro 2019-06-26 10:34:17 +02:00
parent d0dd232007
commit 2629c4faaf

View File

@ -9,7 +9,7 @@ RewriteRule ^about/overview(.*) https://2019.www.torproject.org/about/overview$1
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]
RewriteRule ^images/how_tor_works_thumb.png https://2019.www.torproject.org/images/how_tor_works_thumb.png [R=302,L]
RewriteRule ^images/how_tor_works_thumb.png$ https://2019.www.torproject.org/images/how_tor_works_thumb.png [R=302,L]
# moved to /docs/
RewriteRule ^docs/(.*) https://2019.www.torproject.org/docs/$1 [R=302,L]