We built the site on a collocated dev server running 5.2.1, and now that we are moving it over to the clients hosting (godaddy) it is running on 5.1.4
The problem here is that the url’s only work with query_string (?) and not path_info. I have changed index.php to qtype = 2, and done a find replace to get allot of the hardcoded url’s to use “?” instead of just a slash, but the forum and places using solespace’s User module are broken still. The forum still insists on using path_info I guess.
I was under the impression PHP 5.anything would not have these issues on linux hosting. Especially the character issues. What can I do? I really think this should be working even on 5.1.4, so maybe I am missing some config options?