I currently have a project created in Laravel 5.6, create a virtual host to be able to access using the url proyecto.com:8003
. Apparently to be able to access my project I must place the port at the end of the URL because it is not the default port (80). I want to put an alias to it so that it does not have to include the port at the end of the url but simply access it with proyecto.com