commit 2629c4faafcaaabc2e43bf0cc0fd172110f6e6ee Author: hiro hiro@torproject.org Date: Wed Jun 26 10:34:17 2019 +0200
Update .htaccess again --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index dcd3a42..3d43392 100644 --- a/.htaccess +++ b/.htaccess @@ -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]