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
Post a Comment