Cannot Install 5.5.1 on GoDaddy Linux Hosting

Permalink
Ok, yet another headache! I am trying to do a fresh install of 5.5.1 for a client on their GoDaddy Linux hosting. I can't install it because it does not support the request URLs (cannot parse PATH_INFO...).

Has anyone else encountered this? What do I need to do fix it? I can't find a clear answer on this anywhere.

PineCreativeLabs
 
Vapor replied on at Permalink Reply
Vapor
Have u looked at the php config via cpanel ?
Vapor replied on at Permalink Best Answer Reply
Vapor
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
Thanks for your answer! From that link, here is what I found to work:

1. Create a php5.ini
2. Add the following line of code:
cgi.fix_pathinfo = 1

3. Upload the file to the root directory of site.

Works perfect!
Vapor replied on at Permalink Reply
Vapor
Np, glad u got it sorted :)