Hi all,
I get the following error when trying to run a test.php file:
Not Found
The requested URL /test.php was not found on this server.
the test.php file is in the htdocs directory in apache.
I have PHP 5 installed and I've added the following to the httpd.conf file:
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
PHPIniDir "C:\\Program Files\\PHP\\"
LoadModule php5_module "C:\\Program Files\\PHP\\php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Why doesn't it find the file test.php?
Any suggestion will be highly appreciated.
Best,
Pesho
I get the following error when trying to run a test.php file:
Not Found
The requested URL /test.php was not found on this server.
the test.php file is in the htdocs directory in apache.
I have PHP 5 installed and I've added the following to the httpd.conf file:
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
PHPIniDir "C:\\Program Files\\PHP\\"
LoadModule php5_module "C:\\Program Files\\PHP\\php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Why doesn't it find the file test.php?
Any suggestion will be highly appreciated.
Best,
Pesho