[tor-commits] [tpo/develop] Remove unnecessary htaccess rule
hiro at torproject.org
hiro at torproject.org
Fri Oct 25 22:15:01 UTC 2019
commit 16d268ae0fcff3e34132e3091b64a16d5b9281d9
Author: hiro <hiro at torproject.org>
Date: Tue Oct 1 19:42:12 2019 +0200
Remove unnecessary htaccess rule
---
.htaccess | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.htaccess b/.htaccess
index f9fe507..ba4d211 100644
--- a/.htaccess
+++ b/.htaccess
@@ -16,9 +16,6 @@ RewriteRule ^images/how_tor_works_thumb.png$ https://2019.www.torproject.org/ima
RewriteRule ^about/findoc(.*) /static/findoc$1 [R=302,L]
RewriteRule ^about/corepeople$ /about/people/ [R=302,L]
-# dist (for mirrors)
-RewriteRule ^dist/(.*) https://dist.torproject.org/$1 [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