suvin_prathab Posted November 30, 2008 Share Posted November 30, 2008 Need help Wamp Server Problems Hi I have installed Wampserver 5 and Oracle too. But when I launch Wampserver and type localhost in the browser.It opens a page related to Oracle. Means that it open local host for Oracle... Help me Please I need to open wampserver localhost. -question by Suvin Link to comment https://forums.phpfreaks.com/topic/134866-need-help-wamp-server-problems/ Share on other sites More sharing options...
Mchl Posted November 30, 2008 Share Posted November 30, 2008 You need to reconfigure your Apache server to other port. On default it's on 80, and it seems that your Oracle is on 80 as well. Open httpd.conf file from your WampServer menu, and find line Listen 80 change it to Listen 8080 and restart Apache Now go to: http://localhost:8080 should work Link to comment https://forums.phpfreaks.com/topic/134866-need-help-wamp-server-problems/#findComment-702233 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.