I have tried to install WAMP, APPServ
but when i go to http://localhost it go into XAMPP which is previously install on the computer.
how to select that which one i am going to use on localhost.
I have tried to install WAMP, APPServ but when i go to http://localhost it
Share
Edit http.conf file in notepad usually located in C:\wamp\Apache2\conf .
then do either CTL+F or go to EDIT/FIND from the notepad menubar. this will open FIND window.
type 80 in the ‘Find What’ box and click find next. replace 80 to whichever port to want apache to listen to.
you may have to change to two or more places depending on your configuration. and then restart your apache server.
Apache should listen to the port you set in the http.conf file. Hope this helps