Path info error.

Permalink
Like some others we got an error installing C5 on a server for a customer. They don't want to change hosting to us. (no problem with C5)


Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.

This is the url:http://www.vanderlouwbouw.nl/info.php...

Can you point us to the solution.

Thanx

typoguy
 
ddpweb replied on at Permalink Reply
ddpweb
I was having the exact same problem on Godaddy's servers. (well actually it's the secureserver.net - which is owned an operated by Wild West Domains, Godaddy's parent company).

This is how I fixed the issue.

I created a file called: php5.ini

added the line:

cgi.fix_pathinfo = 1

And this did the trick.

I originally had two lines:
cgi.fix_pathinfo = 1
cgi.force_redirect = 0

But this didn't work for me for some reason. As soon as I changed it to the one line. It worked!