I am having a problem with Php/Apache for Windows.
I have installed php and apache, and writed into httpd.conf in the
ways followed:
ScriptAlias /php4/ "C:\php\"
Action application/x-httpd-php4 "\php\php.exe"
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4 .php3
When I run the Apache server, and into a browser type
http://localhost/php4/test.php
The test.php file contains the text:
<?php
print phpinfo();
?>
And the server message this is:
"Forbidden
You don't have permission to access /php4/test.php on this server."
Can anyone help?