Apache 2.2.3 and PHP 5.2.1
Posted: Fri Mar 02, 2007 2:26 pm
Hi
I installed Apache 2.2.3 in Windows Vista Home Premium, and downloaded the php 5.2.1.
Added to httpd.conf:
LoadModule php5_module "C:/php5/php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
PHPIniDir "C:/php5"
apache is working fine, when i go to htp://localhost, it's show "Its Works".
But when i try to load a php file it shows "not found"
Please what i'm doing wrong???
Regards
Juan Leung
I installed Apache 2.2.3 in Windows Vista Home Premium, and downloaded the php 5.2.1.
Added to httpd.conf:
LoadModule php5_module "C:/php5/php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
PHPIniDir "C:/php5"
apache is working fine, when i go to htp://localhost, it's show "Its Works".
But when i try to load a php file it shows "not found"
Please what i'm doing wrong???
Regards
Juan Leung