I have set up my local web server to use port 8000 for http and 8444 for https, because I often have contention for default port 80.
My web server starts fine, showing it uses port 8000 for http, and using Opera browser (my browser of choice), I can't open any site using, for example, http://abc.loc. I have to type in http://abc.loc:8000. So - I am assuming this is the browser's interpretation, or maybe something in Windows I can change, and not the web server. I want to be able to just type http://abc.loc, and the site opens.
Any ideas of how to tell Windows/Opera to use the port as assigned by the web server and not default port 80?