Hi, inherited a working EE 2.9.2 website and have moved it from a Apache server to IIS8. I had some initial problems with urls rewriting incorrectly but solved 99% of the problems installing HELICON ISAPI rewrite 3 on the server.
The only remaining problem is in the language selection. I have 3 languages, English, Norwegian and Russian. I have a menu for selecting which language you need. The English and Norwegian selection should go to the corresponding article in that language. The Russian selection goes to a specific page and works correctly.
When I hover over the English or Norwegian selection I get a link to the following urls
http://aaa.aa.aa.aaaa:8008/en% 3C ? echo $url; ?>
http://aaa.aa.aa.aaaa:8008/no% 3 C ? echo $url; ?>
Minus the gaps
I have spent sometime on the ISAPI forum and don’t believe it is an issue there. I am new to EE and cannot understand why I am getting this ‘rewrite’ issue.
Any suggestion would be much appreciated.
Chris