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
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
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!