commit 12e1f1f6700405e6ec73047731d6e6e26e71c985 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 65663668..6e8c4c5e 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
tor-commits@lists.torproject.org