commit a8730ac5f0fb904e88a57d344c8d233b67f8a3f3 Author: Nicolas Vigier boklm@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
tor-commits@lists.torproject.org