Nginx & Concrete 5 PATH_INFO
Permalink
Hi Guys,
I've uploaded the latest version of C5 to my host, which is running the latest version of nginx. When trying to install C5, I get the pre-installation error: "Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server."
Now I've done some searching and found some solutions which others have used, however of those which I could try, none have worked. Heres my php_info:http://rdjpalmer.com/phpinfo.php...
I've uploaded the latest version of C5 to my host, which is running the latest version of nginx. When trying to install C5, I get the pre-installation error: "Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server."
Now I've done some searching and found some solutions which others have used, however of those which I could try, none have worked. Heres my php_info:http://rdjpalmer.com/phpinfo.php...
cgi.fix_pathinfo = 1
Additional information in the GoDaddy Help Page:
http://help.godaddy.com/topic/769/article/4675?locale=en...
Now it's working! ;)