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.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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 |
|||||
|
|
You can change the port they work on, by default the its port 80, you can for example set the WAMP to port 8080 and then use to access WAMP: http://localhost:8080 and to access APPServ : http://localhost They will not work at the same default port 80 at the same time. |
|||
|
|