[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tpo/master] Fix some redirects
commit 296a6dab34a2035228a5b4104e23a04ac7d28acb
Author: hiro <hiro@xxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits