![]() |
redirect non latin urls
I want to redirect requests like
Code:
www.domain.tld/art%C3%ADculosCode:
www.domain.tld/articulosCode:
<context>Suggestions are welcome. |
encoding problem?
I found that this is working
<rewrite> <enable>1</enable> <logLevel>0</logLevel> <rules>RewriteRule ^/?artÃculos/(.*)$ articulos/$1 [R=301,L]</rules> </rewrite> Is there a problem with LiteSpeed config files encoding? |
How about directly edit the configuration file? Does it work?
We do need to improve the multi-language support in LSWS console. |
| All times are GMT -7. The time now is 02:15 AM. |