Mira Posted April 16, 2007 Share Posted April 16, 2007 Hi.. I use Windows XP SP 2, and I m trying to install Apache 2.2.4 and PHP 5.2.1 (zip win32). I could load my html files in localhost/ within Apache but there while I was executing php files , error 404 cound not be found appeared. Help..help fyi I added this codes in httpd.conf : <IfModule actions_module> Action application/x-httpd-php "c:/php/php.exe" </IfModule> LoadModule php5_module "c:/php/php5apache2_2.dll" PHPIniDir "c:/php" AddType application/x-httpd-php .php DocumentRoot "C:/website" <Directory "C:/website"> also changed php.ini within c:\php: doc_root ="c:\website" extension_dir = "c:\php\ext\" Its very frustating as I have tried a few hours to find out. Thank you Link to comment https://forums.phpfreaks.com/topic/47222-anyone-could-help-me-im-new-to-php-installation/ Share on other sites More sharing options...
pcbguy Posted April 26, 2007 Share Posted April 26, 2007 I have the same problem but I am using Vista. Link to comment https://forums.phpfreaks.com/topic/47222-anyone-could-help-me-im-new-to-php-installation/#findComment-239149 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.