I have Apache v2.0.43 and it runs fine tried to install PHP v4.2.3 and i added the following lines.
In my php.ini file i added: extension_dir = "D:/php" Then i added the following lines in my http.conf and http.default.conf files: ScriptAlias /php/ "D:/php/" AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml Action application/x-httpd-php /php/php.exe I then created a test.php file with the following commands: <? phpinfo(); ?> I then typed in my local browser: http://localhost/test.php it came back and said page cannot be displayed. I also tried the following addresses: http://www.theedge2k.com/test.php http://24.234.50.102/test.php and neither one worked. Can someone tell me what i missed. I read the documentation but go so confused because it seemed like it was jumping around the docs. "Gman": The Local Trouble Maker Owner: The Edge Internet Radio http://www.theedge2k.com Email: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ#: 136383819 IM: theedge2k Yahoo: theedgeIIk Aim: theedgeIIk --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/2002 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php