commit 296a6dab34a2035228a5b4104e23a04ac7d28acb Author: hiro hiro@torproject.org Date: Mon Sep 2 18:05:05 2019 +0200
Fix some redirects --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/.htaccess b/.htaccess index 3d43392..c476b56 100644 --- a/.htaccess +++ b/.htaccess @@ -11,6 +11,12 @@ 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]
+# links from wikipedia + +RewriteRule ^about/findoc(.*) /static/findoc$1 [R=302,L] +RewriteRule ^about/corepeople$ /about/people/ [R=302,L] + + # moved to /docs/ RewriteRule ^docs/(.*) https://2019.www.torproject.org/docs/$1 [R=302,L] RewriteRule ^documentation.html$ https://2019.www.torproject.org/docs/documentation.html [R=302,L]
tor-commits@lists.torproject.org