Jump to content

[SOLVED] Apache on localhost with php


Recommended Posts

Right. I have used this site to tell me how to install Apache after many attempts to do something myself:

 

http://www.nucleussystems.com/blog/network/localhost.php

 

PHP is now installed, and to access Apache, I use the following address

 

http://127.0.0.1:8080/

 

There is an index.php file in there and I set the following in the conf file for Apache:

<IfModule dir_module>
    DirectoryIndex index.php index.htm
</IfModule>

 

when I access the site through the following address the php code works http://127.0.0.1:8080/

 

However when I access it through the next adress, it shows me my php code

http://127.0.0.1:8080/index.php

 

Has anybody any ideas what is happening?

Link to comment
https://forums.phpfreaks.com/topic/78627-solved-apache-on-localhost-with-php/
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.