commit 6e73830f04c5fd88af3c7d9f97ab95c924d9f23b Author: gus gus@torproject.org Date: Wed Nov 18 15:58:46 2020 -0500
Fix htaccess issue #171 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index 7da81c3..893b7b1 100644 --- a/.htaccess +++ b/.htaccess @@ -19,4 +19,4 @@ RewriteRule ^ga-IE/(.*) /ga$1 [R=302,L] # but don't have a community page # 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 community portal! -RewriteRule ^(ar|ca|cs|da|de|el|fa|fr|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-BR|pt-PT|ro|ru|sv-SE|th|tr|vi|zh-CN|zh-TW)(.*) /$2 [R=302,L] +RewriteRule ^(ar|ca|cs|da|de|el|fa|fr|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-BR|pt-PT|ro|ru|sv-SE|th|tr|vi|zh-CN|zh-TW)/(.*) /$2 [R=302,L]