commit 9ed889a61c97033442504e96f4525b40b4e0b63b Author: Sebastian Hahn sebastian@torproject.org Date: Thu Jul 14 21:32:23 2016 +0200
Fix up rewrite rules --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.htaccess b/.htaccess index d6d7dc4..407b61f 100644 --- a/.htaccess +++ b/.htaccess @@ -32,9 +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=301,L] -RewriteRule ^projects/obfsproxy-debian-instructions/$ /docs/pluggable-transports [R=410,L] -RewriteRule ^projects/obfsproxy-instructions/$ /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] +RewriteRule ^projects/obfsproxy(.*) /docs/pluggable-transports [R=301,L]
# GetInvolved RewriteRule ^getinvolved/$ /getinvolved/volunteer [R=301,L]