[tor-commits] [tpo/master] .htaccess: Redirect /videos to 2019.www.tpo

boklm at torproject.org boklm at torproject.org
Sun Apr 7 11:08:48 UTC 2019


commit a8730ac5f0fb904e88a57d344c8d233b67f8a3f3
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Sun Apr 7 13:07:10 2019 +0200

    .htaccess: Redirect /videos to 2019.www.tpo
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
index 500a189..e90f477 100644
--- a/.htaccess
+++ b/.htaccess
@@ -86,6 +86,9 @@ RewriteRule ^about/$ /about/history [R=302,L]
 # Eff
 RewriteRule ^eff/(.*) https://2019.www.torproject.org/eff/$1 [R=302,L]
 
+# Videos
+RewriteRule ^videos/(.*) https://2019.www.torproject.org/videos/$1 [R=302,L]
+
 # Donation campaign
 # 2017
 # Special-case the donate-options and amazon page so it doesn't get redirected



More information about the tor-commits mailing list