This commit is contained in:
emma peel 2019-03-29 16:03:06 +01:00
parent 958973fe4d
commit 927b39ff2e

View File

@ -20,5 +20,5 @@ RewriteRule ^(.+)/security-slider.html$ /$1/security-slider/ [R=302,L]
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 ^bn-BD(.+)$ /bn$1 [302,L]
RewriteRule ^bn-IN(.+)$ /bn$1 [302,L]
RewriteRule ^bn-BD(.+)$ /bn$1 [R=302,L]
RewriteRule ^bn-IN(.+)$ /bn$1 [R=302,L]