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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.