[tor-commits] [webwml/staging] Add redirect for broken url used on twitter...

nima at torproject.org nima at torproject.org
Mon Dec 21 00:30:46 UTC 2015


commit 285eabdcefa7cce0ddbde30df90648796dc4d04b
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Sat Dec 19 12:28:35 2015 +0100

    Add redirect for broken url used on twitter...
---
 .htaccess |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
index 8870a5a..b3992a7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -66,3 +66,6 @@ RewriteRule ^donate/donate-hpbanner(.*) /donate/donate$1 [R=302,L]
 #keep prefixes of other entries down here...
 RewriteRule ^donate/donate-hp(.*) /donate/donate$1 [R=302,L]
 
+# yuck, https://twitter.com/torproject/status/677928074630049793
+RewriteRule ^Donate/Donate-Twitter(.*) /donate/donate$1 [R=302,L]
+





More information about the tor-commits mailing list