Virtual Hosting is not working properly
-
I have downloaded laragon. But system pid 4 is using port 80 so have to change it to 81. but my project testindomain.test is not working i have to write testingdomain.test:81 how to resolve this issue
-
@malikahmed1996 by default all when you type hello.com it just tries to connect for Port 80 but in your case the port 80 is already been used by another application so you need to tell the app in which you are trying to connect to your site. like
hello.com:81
-
@varunsridharan but i want to do something like testingdomain.test which will automatically go to the port of 81 not 80. I dont want to specifically write port number with virtual domain.
-
@leokhoa any clue how to do this???
-
@malikahmed1996 , @Muhammad-Yousaf : just find the process using port 80 using Menu > Tools > netstat, then stop it and set Laragon to use port 80.
-
@leokhoa system is using port 80 with pid 4