I want to access localhost without specify the port number in the URL http://localhost instead of http://localhost:8080.
if I set the default port number 80 that this kind of XAMPP Port 80 in use by “Unable to open process” with PID 4 [duplicate]
then now I cant use 80 and open http://localhost.
i can fix “Unable to open process” with PID 4 [duplicate] error changing port to 8080. but I want to open localhost http://localhost instead of http://localhost:8080.
Can any one give me any idea about that.