apache - How to redirect where my localhost points to? -


i have http://localhost/ pointing folder there's nothing in it. i'm assuming previous developer hosted there. i, on other hand, host xampp , websites in c:\xampp\htdocs . in order display sites have go http://localhost:39020/ instead. may not huge issue, wondering, how reset http://localhost/ points xampp location.

you need find , kill whatever process listening on port 80, configure server listen on port 80.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -