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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.