mirror of
https://github.com/torproject/support.git
synced 2025-02-12 12:40:21 +00:00
tidy up, add documentation
This commit is contained in:
parent
2d2be0d5db
commit
aff6d35616
@ -1,11 +1,11 @@
|
||||
RewriteEngine On
|
||||
|
||||
|
||||
# forward requests in /en and /en-US to the root folder
|
||||
RewriteRule ^en(.+)$ /$1 [R=302,L]
|
||||
RewriteRule ^en-US(.+)$ /$1 [R=302,L]
|
||||
|
||||
# forward requests in /en to the root folder
|
||||
RewriteRule ^en(.+)$ /$1 [R=302,L]
|
||||
|
||||
# Rewrites for languages that have a different mapping in the page
|
||||
# Rewrites for languages that have a different mapping in the page than in TBB
|
||||
RewriteRule ^es-ES/(.+)$ /es/$1 [R=302,L]
|
||||
RewriteRule ^es-AR/(.+)$ /es/$1 [R=302,L]
|
||||
|
||||
@ -16,4 +16,5 @@ RewriteRule ^ga-IE/(.+)$ /ga/$1 [R=302,L]
|
||||
|
||||
# Rewrites for languages that have a Tor Browser release
|
||||
# but don't have a support page
|
||||
# this languages are the translation priority for the support portal!
|
||||
RewriteRule ^(ar|cs|da|el|fa|he|hu|is|ja|ka|ko|nb-NO|nl|pl|ru|sv-SE|vi|zh-TW)/(.+)$ /$2 [R=302,L]
|
||||
|
Loading…
x
Reference in New Issue
Block a user