Question:
I'm trying to run a project in php on netbeans and it runs the following url:
http://localhost/portfolio/index.php
Only my project doesn't open. It only opens at the following url:
http://localhost:8080/portfolio/index.php
How do I open it at the correct url every time I hit F6?
Answer:
Go to your project, right click, go to properties and then run configuration. Just change the project's URL.