port 8080 & 4433 error in xampp
sometimes we are not able to use localhost in xampp. port no. 8080 is used for local host. To solve port 8080 error in xampp we don't have to remove either wordpress or skype .
step 1:- ctrl+f for find
type "listen" then click on find next. In it you will see that it uses port 80 by defult
step 2:- ctrl+f for find
type "servername" then click on find next.
here also you have to change localhost port no., make it localhost 8080 .
now save the file (ctrl+s) .
return to xampp -> apache -> config -> apache(httpd-ss.conf) -> click on it.
step 3:- ctrl+f for find
type "listen" then click on find next. In it you will see that it uses port 80 by defult
make it 4433.
step 4:-
After clicking on it , we get text file . In this text file you have to do some changes in this file.
ctrl+f for find , type "443" then click on find next.
change port no. in => virtualhost_default_ : 4433
now save the file (ctrl+s).
now close xampp and restart it, now you can see that port 8080 & 4433 is now running perfectly.






