Installing C5 with IIS & PHP
Permalink
I have C5 install with apache fine on windows, but need to use with IIS on windows 2003 server. I have PHP working good except, for the "support for c5 request URLs" option on install. Really would like some insite on how to config IIS or PHP to support these var's?
Thanks Frank
Thanks Frank
have you read thishttp://www.concrete5.org/help/building_with_concrete5/installation/... ?
Yes, I am however running PHP 5.3.1
I believe the latest build may be the problem, but not sure ( and cant find ) how to set the needed var for PATH_INFO OR ORIG_PATH_INFO?
but if i run phpinfo(), the ORIG_PATH_INFO is set to "/c5/fap.php" witch is correct?
but no path_info is displayed?
shouldnt c5 see the orig_path_info and use it alone?
I believe the latest build may be the problem, but not sure ( and cant find ) how to set the needed var for PATH_INFO OR ORIG_PATH_INFO?
but if i run phpinfo(), the ORIG_PATH_INFO is set to "/c5/fap.php" witch is correct?
but no path_info is displayed?
shouldnt c5 see the orig_path_info and use it alone?
fap.php isn't PATH_INFO
in this url info.php/myTestVar
PATH_INFO = /myTestVar
not the script name
in this url info.php/myTestVar
PATH_INFO = /myTestVar
not the script name
Remo, I have seen you give the same response MANY times...that PATH_INFO is not working correctly. I have not seen any information on how to make a change to the installation so that it works "properly" on IIS with WIN2003. I have full access to the server and have checked all over for how to "fix" this, but to no avail. In fact the documentation on PHP's site says not to even use that server variable anymore. When I try the url test I do get a response...so I am at a loss as to what is still failing when I try to install? Please help?