Godaddy shared hosting

Permalink
Trying to install to a linux shared hosting on godaddy.coma and keep getting an error on the install page saying site.php can't be found. Any one else have a similar problem or know how to fix it?

 
andrew replied on at Permalink Reply 1 Attachment
andrew
We're including this in the next version. In the meantime, try this:

1. Make sure your site is setup as php5
2. Make sure that there's php5.ini in your root (I had php.ini in there and it was not taking, driving me nuts) it has to be named php5.ini (with the 5). I had a "php.ini" file already in my godaddy hosting root, so i just renamed php.ini to php5.ini.

3. To php5.ini, add the line:

cgi.fix_pathinfo = 1

Then, take the two files I've attached to this message, and replace the ones that shipped with concrete with them. The files to replace are

concrete/libraries/request.php
concrete/config/base.php

I'm able to get godaddy hosting to work completely with this change - I'm hoping this fixes the problems for you.