def Posted November 24, 2007 Share Posted November 24, 2007 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? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 24, 2007 Share Posted November 24, 2007 Umm strange! Could you attach your httpd.conf here Quote Link to comment Share on other sites More sharing options...
def Posted November 24, 2007 Author Share Posted November 24, 2007 Here is an uploaded conf file: http://trustedwebs.110mb.com/stuff/httpd.conf thanks edit: should I use just uninstall and try again using the program mentioned first post of this thread? Quote Link to comment Share on other sites More sharing options...
def Posted November 24, 2007 Author Share Posted November 24, 2007 I tried using the following and everything works as I would expect http://localhost:8080/ and http://localhost:8080/index.php thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.