help with installation
Permalink
I get this error when I try to install:
Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.
how do I fix this??
Thanks
Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.
how do I fix this??
Thanks
This is how I fixed the issue.
I created a file called: php5.ini
added the line:
cgi.fix_pathinfo = 1
uploaded this file to the root of the directory.
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!