Recently, I've intalled MS PWS 4.0 on my computer running Windows ME and have installed PHP version 4.3.1. using the installation execute. Since this computer is only being used as a development enviromnet and is not connected to a network, PHP is configured to run CGI binary. I've placed a test script in the root folder to test the PHP installation, and I am assuming that it working since I am receiving the following message:
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.
Since, I cannot find any clear instructions on how to set the REDIRECT_STATUS CGI variable to resolve this problem, is there anyone who can help me solve this issue?
Thank you.