Support for C5 Request URLs
Permalink
I am at the install screen for Concrete5. The only hitch holding me up is this error message:
"Support for C5 Request URLs
Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server"
Can someone help ?
Here is the phpinfo link for the site.
http://www.calmed.freehosting.com/phpinfo.php...
"Support for C5 Request URLs
Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server"
Can someone help ?
Here is the phpinfo link for the site.
http://www.calmed.freehosting.com/phpinfo.php...
We recently had this problem with our Litespeed server. I was pulling my hair out after I tried the AcceptPathInfo, and cgi.fix_pathinfo and still no luck.
But it turned out the only problem was that it did not like the temporary URL's likehttp://11.22.33.44/~user
Once we changed to a real url it worked perfectly. If you don't have the real url, you can also use a subdomain pointer. Setting this up is different on each control panel. Cpanel does it one way and Directadmin another. Let me know if you need help with one of those.
Since I see you are using nginx, instead of apache I will assume it is a similar issue. Also I'm pretty sure nginx requires a different format for the rewrite instead of through htaccess. I can't help you out with that, but I think I've seen a few posts here about it that might help:
http://www.concrete5.org/community/forums/installation/centos-nginx...
http://www.concrete5.org/community/forums/installation/nginx_instal...
But it turned out the only problem was that it did not like the temporary URL's likehttp://11.22.33.44/~user
Once we changed to a real url it worked perfectly. If you don't have the real url, you can also use a subdomain pointer. Setting this up is different on each control panel. Cpanel does it one way and Directadmin another. Let me know if you need help with one of those.
Since I see you are using nginx, instead of apache I will assume it is a similar issue. Also I'm pretty sure nginx requires a different format for the rewrite instead of through htaccess. I can't help you out with that, but I think I've seen a few posts here about it that might help:
http://www.concrete5.org/community/forums/installation/centos-nginx...
http://www.concrete5.org/community/forums/installation/nginx_instal...
There was some error downloading that phpinfo file.
In any case the thing you need to check for is this:
Take a look at the PATH_INFO variable when you call up the phpinfo file like this:
yoursite.com/info.php/someotherpath
Then if you PATH_INFO value is not /someotherpath then you've got a problem.
In any case the thing you need to check for is this:
Take a look at the PATH_INFO variable when you call up the phpinfo file like this:
yoursite.com/info.php/someotherpath
Then if you PATH_INFO value is not /someotherpath then you've got a problem.
same error here, Support for C5 Request URLs
hosted on Godaddy, PHP Version 5.2.17
and php info:
http://www.pocketrevolution.com/info.php...
hosted on Godaddy, PHP Version 5.2.17
and php info:
http://www.pocketrevolution.com/info.php...
Hope that helps...