[tor-commits] r26982: {website} More tordnsel/dist to /dist/tordnsel (website/trunk)

Peter Palfrader peter at palfrader.org
Fri Oct 17 08:51:28 UTC 2014


Author: weasel
Date: 2014-10-17 08:51:27 +0000 (Fri, 17 Oct 2014)
New Revision: 26982

Modified:
   website/trunk/.htaccess
Log:
More tordnsel/dist to /dist/tordnsel

Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2014-10-17 08:51:07 UTC (rev 26981)
+++ website/trunk/.htaccess	2014-10-17 08:51:27 UTC (rev 26982)
@@ -17,6 +17,9 @@
 #RewriteRule ^torbrowser/$ /projects/torbrowser.html.en [R=301,L]
 RewriteRule ^torbrowser(.*) /projects/torbrowser.html.en [R=301,L]
 
+# tordnsel
+RewriteRule ^tordnsel/dist/(.*) /dist/tordnsel/$1 [R=301,L]
+
 # Overview
 RewriteRule ^overview(.*) /about/overview$1 [R=301,L]
 



More information about the tor-commits mailing list