The requested URL /PHP/php-cgi.exe/a.php was not found on this server
- by Alona
I have logged in just now so I couldn't edit the previous question I have asked,
Sorry :)
my last question is The requested URL /PHP/php-cgi.exe/a.php was not found on this server
I have installed on Windows7 apache2.2 and php5.3 when I am trying to execute the *.php file I am getting an error:
404 Not Found
"The requested URL /PHP/php-cgi.exe/a.php was not found on this server"
This is my httpd configuration file
From httpd.conf:
ScriptAlias /cgi-bin/ "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/cgi-bin/"
ScriptAlias /php/ "C:/PHP/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "C:/PHP/php-cgi.exe"
DocumentRoot "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs"
I can execute perl scripts that resides in "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/cgi-bin/" however execution of php scripts results with an error:
"The requested URL /PHP/php-cgi.exe/a.php was not found on this server".
Thanks