mirror of
https://github.com/torproject/manual.git
synced 2025-02-07 10:17:27 +00:00
fixes long links like /ja/security-slider that were forwarding to /
This commit is contained in:
parent
02abcfee11
commit
8bc6ee135a
@ -17,8 +17,8 @@ RewriteRule ^(.+)/security-slider.html$ /$1/security-slider/ [R=302,L]
|
||||
# but don't have a translated manual
|
||||
# this languages are the priority for translation of the Tor Browser User Manual!
|
||||
|
||||
RewriteRule ^(cs|da|fa|he|hu|is|ja|ko|nb-NO|nl|pl|sv-SE|vi|zh-TW)/(.+)$ /$1 [R=302,L]
|
||||
RewriteRule ^(cs|da|fa|he|hu|is|ja|ko|nb-NO|nl|pl|sv-SE|vi|zh-TW)$ / [R=302,L]
|
||||
# we have only one translation for this file
|
||||
RewriteRule ^(cs|da|fa|he|hu|is|ja|ko|nb-NO|nl|pl|sv-SE|vi|zh-TW)(.+)$ /$1 [R=302,L]
|
||||
|
||||
# we have only one translation for this locales
|
||||
RewriteRule ^bn-BD(.+)$ /bn$1 [R=302,L]
|
||||
RewriteRule ^bn-IN(.+)$ /bn$1 [R=302,L]
|
||||
|
Loading…
x
Reference in New Issue
Block a user