Jump to content

Apache & PHP5


Recommended Posts

Hi Guys,

 

I have just installed Apache and PHP5. Installation was fine and was able to access http://localhost/index.html and receive "It Works". However, when trying to access the index.php file I get the "Oops! This link appears to be broken." error. I have added, as was explained to nati, the following to the httpd.conf file:

LoadModule php5_module "C:/php/php5apache2_2.dll"

PHPIniDir "C:/php"

AddType application/x-httpd-php .php

DirectoryIndex index.html index.php

 

Can anybody help me please? :shrug:

Jenny

Link to comment
https://forums.phpfreaks.com/topic/180840-apache-php5/
Share on other sites

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.