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? Link to comment https://forums.phpfreaks.com/topic/78627-solved-apache-on-localhost-with-php/ 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 Link to comment https://forums.phpfreaks.com/topic/78627-solved-apache-on-localhost-with-php/#findComment-398067 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? Link to comment https://forums.phpfreaks.com/topic/78627-solved-apache-on-localhost-with-php/#findComment-398379 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! Link to comment https://forums.phpfreaks.com/topic/78627-solved-apache-on-localhost-with-php/#findComment-398390 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.