commit 16d268ae0fcff3e34132e3091b64a16d5b9281d9 Author: hiro hiro@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]
tor-commits@lists.torproject.org