commit 8e8516b4f41f96e14da98f259df7c6d1e86a8bb2 Author: emma peel emma.peel@riseup.net Date: Thu Mar 25 18:27:45 2021 +0100
i forgot again to remove the forwards when enabling the other langs --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess index 3db5155..2f22bf4 100644 --- a/.htaccess +++ b/.htaccess @@ -17,5 +17,5 @@ RewriteRule ^ga-IE/(.*) /ga$1 [R=302,L] # but don't have a gettor website translation # You can see them at https://dist.torproject.org/torbrowser/, pick the last alpha for the most languages # this languages are the translation priority for the gettor website -RewriteRule ^(ar|ca|cs|da|de|el|fa|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-PT|ro|ru|sv-SE|th|vi|zh-CN|zh-TW)$ / [R=302,L] -RewriteRule ^(ar|ca|cs|da|de|el|fa|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-PT|ro|ru|sv-SE|th|vi|zh-CN|zh-TW)/(.*) /$2 [R=302,L] +RewriteRule ^(ca|cs|da|el|fa|ga|he|hu|id|is|it|ja|ka|ko|lt|ms|nb-NO|nl|pl|pt-PT|ro|ru|sv-SE|th|vi|zh-TW)$ / [R=302,L] +RewriteRule ^(ca|cs|da|el|fa|ga|he|hu|id|is|it|ja|ka|ko|lt|ms|nb-NO|nl|pl|pt-PT|ro|ru|sv-SE|th|vi|zh-TW)/(.*) /$2 [R=302,L]