LOTUSMS
LOTUSMS

Reputation: 10240

How to redirect where my localhost points to?

I have http://localhost/ pointing to a folder where there's nothing in it. I'm assuming the previous developer hosted from there. I, on the other hand, host from xampp and my websites are in C:\xampp\htdocs . In order to display my sites I have to go to http://localhost:39020/ instead. This may not be a huge issue, but I am wondering, how do I reset this so that my http://localhost/ points to the xampp location.

Upvotes: 0

Views: 118

Answers (1)

SLaks
SLaks

Reputation: 887195

You need to find and kill whatever process is listening on port 80, then configure your server to listen on port 80.

Upvotes: 1

Related Questions