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 does not open. It only opens in the following url:
http://localhost:8080/portfolio/index.php
How do I open it in the correct url every time I click F6?