[tor-commits] [tpo/master] Fix some redirects

hiro at torproject.org hiro at torproject.org
Mon Sep 2 16:05:18 UTC 2019


commit 296a6dab34a2035228a5b4104e23a04ac7d28acb
Author: hiro <hiro at 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]



More information about the tor-commits mailing list