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.
Has anyone else encountered this? What do I need to do fix it? I can't find a clear answer on this anywhere.
Have u looked at the php config via cpanel ?
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:
3. Upload the file to the root directory of site.
Works perfect!
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!
Np, glad u got it sorted :)