4
I am trying to run a project in php in netbeans and it runs the following url:
http://localhost/portfolio/index.php
Only my project does not open. It only opens at the following url:
http://localhost:8080/portfolio/index.php
How do I open it in the correct url every time I click F6?
Which server are you using? Apache?
– Giancarlo Abel Giulian
That’s right, I’m using Apache
– Diego Souza
Is there another app running at door 80? If you do not change your Apache settings so that you do not listen on port 8080 but on 80, so when you access the first way you mentioned in your question will work, remember to restart the service.
– Giancarlo Abel Giulian
There is another way, you change the settings of netbeans, so it will open on port 8080 sme need to be changing manually. I’ll post as.
– user28595
Look, I think there is. I was using the mysql installer and only after that I can no longer access the normal url. This installer made everything work perfectly in the visual studio. But I will need to work with netbeans as well, is it a configuration I need to do in netbeans or apache itself?
– Diego Souza