R [/root.] Member Apr 16, 2007 #1 Apr 16, 2007 #1 I have a multilingual project and want to know does LiteSpeed have the same feature as mod_negotiation do? For e.g site language changes depends of user's browser options or his/her country? Thanks.
I have a multilingual project and want to know does LiteSpeed have the same feature as mod_negotiation do? For e.g site language changes depends of user's browser options or his/her country? Thanks.
M mistwang LiteSpeed Staff Apr 16, 2007 #2 Apr 16, 2007 #2 LiteSpeed does not support language negotiation at this point, however, it could be easily implemented with a few simple rewrite rules.
LiteSpeed does not support language negotiation at this point, however, it could be easily implemented with a few simple rewrite rules.
M mistwang LiteSpeed Staff Apr 17, 2007 #4 Apr 17, 2007 #4 It is not easy task. basically, you need to test "Accept-language" header to find out the preferred language then rewrite to a URL for that language.
It is not easy task. basically, you need to test "Accept-language" header to find out the preferred language then rewrite to a URL for that language.