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

emmapeel at torproject.org emmapeel at torproject.org
Thu May 2 09:20:00 UTC 2019


commit 12e1f1f6700405e6ec73047731d6e6e26e71c985
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 6566366..6e8c4c5 100644
--- a/.htaccess
+++ b/.htaccess
@@ -83,6 +83,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