Hi I'm new to PHP and I am trying to get PHP installed and running with pws, for development purposses.
I ran the instaltion shield of windows. when trying to see whether it works or not using the following code:
<head><title>PHP Test</title></head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
I get an error stating:
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.
What exectely does this mean and how can I get my code to work.
P.S. Must a person work just through the cgi-bin or not if not is there a procedure I nee to take to enable running it from outside my cgi-bin.
Thanks