DWB1950 Posted August 8, 2008 Share Posted August 8, 2008 I just tried to get Apache, PHP, MySql up on XP-pro. Followed all the steps, but when I try to display http://localhost/phpinfo.php IE asks if I want to open the file. it opens the correct file, so it is seeing the file in htdocs, but it isn't interpreting it. I did add the AddType application/x-httpd-php .php .phtml .html to httpd.conf. Will standbyfor suggestions. Thanks, david Link to comment https://forums.phpfreaks.com/topic/118828-new-php-install-failed/ Share on other sites More sharing options...
wildteen88 Posted August 8, 2008 Share Posted August 8, 2008 I did add the AddType application/x-httpd-php .php .phtml .html to httpd.conf. Is that only line you added? You'll need another line too which is LoadModule, eg LoadModule php5_module "C:/php/php5apache2_2.dll Save the httpd.conf and restart Apache. Link to comment https://forums.phpfreaks.com/topic/118828-new-php-install-failed/#findComment-611897 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.