[tor-commits] [webwml/staging] redirect old obfsproxy pages to PT page

sebastian at torproject.org sebastian at torproject.org
Fri Nov 18 13:05:16 UTC 2016


commit ff7363907c0a9ec1b4b7d12115ee8a2604ce6f38
Author: Nima Fatemi <nima at torproject.org>
Date:   Wed Jul 6 22:03:52 2016 +0000

    redirect old obfsproxy pages to PT page
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
index b85f8ee..c896fe6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -32,6 +32,9 @@ RewriteRule ^projects/$ /projects/projects [R=301,L]
 
 #Pluggable Transports
 RewriteRule ^PT/$ /docs/pluggable-transports [R=301,L]
+RewriteRule ^projects/obfsproxy/$ /docs/pluggable-transports [R=410,L]
+RewriteRule ^projects/obfsproxy-debian-instructions/$ /docs/pluggable-transports [R=410,L]
+RewriteRule ^projects/obfsproxy-instructions/$ /docs/pluggable-transports [R=410,L]
 
 # GetInvolved
 RewriteRule ^getinvolved/$ /getinvolved/volunteer [R=301,L]





More information about the tor-commits mailing list