1

For some reason my localhost is not recognized.

I have this in my hosts file as I've always had:

127.0.0.1       localhost
::1             localhost

I did do a flushdns, not sure if that caused it. Then I tried a /registerdns in the command prompt.

I still have the same issue.

chmeee
  • 7,270
  • 3
  • 29
  • 43
WeDoTDD.com
  • 245
  • 2
  • 5
  • 14

2 Answers2

2

I thought the problem was resource based in terms of localhost not recognizable across the entire PC..but that was not really the problem it turnes out. The problem was IIS. I uninstalled and re-installed and it's fine now. No clue how this could have happened or what the problem was with IIS

WeDoTDD.com
  • 245
  • 2
  • 5
  • 14
0

Well, as my comment is not answered I try it with guessing:

Maybe you tried "localhost" in your browser? Then you need a running webserver. Maybe you don't have one?

Did you try

ping localhost
  • which IP address is resolved?
  • Is that also not working?
StampedeXV
  • 321
  • 1
  • 6