Trouble with Concrete5 and domain name

Permalink
Hi All

First post here so go easy on me :)

I recently bought a hosting plan with godaddy and installed C5 onto the server.

It said the installation worked but however when you visit my domain

'www.mcrfitness.co.uk' - it takes you to a 'coming soon' page

However if you visit this url

'www.mcrfitness.co.uk/concrete5.5.1/' - it takes you to the Concrete5 home page/sign in thing.

How do i make it so that when i visit 'www.mcrfitness.co.uk' it takes me to the sites home page?

Sorry if this makes zero sense but I'm rather confused myself!

Any help would be greatly appreciated.

Thanks.

 
MysteriousCleon replied on at Permalink Best Answer Reply
MysteriousCleon
It's quite typicall problem I guess... I found somethink like this:

"just add
cgi.fix_pathinfo = 1
to your php5.ini file in your root directory.
For godaddy account only wait 30 minutes clear you cache and try again.
Also don't ever ftp up your files, use godaddys file content manager. Upload it all in zip format and then unarchive it with their tools in the content manager. An example of my php5.ini file would be.

cgi.fix_pathinfo = 1
SMTP = relay-hosting.secureserver.net

[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so


This also fixed the
No input file specified.

I've also attached my php5.ini file if you'd like to just download it and use it.
CHMOD IT TO 644."

(it's best answer from this thread:http://www.concrete5.org/community/forums/installation/path_info_or_orig_path_info - there is also attachment with php.ini file...)

The problem is, that you don't have PATH_INFO enabled - you need to switch it on.
getinnocuous21 replied on at Permalink Reply
Thanks! Got this sorted now :)