Jump to content

New PHP install failed


Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.