Why localhost does not work on windows
In case you are wondering why doing localhost does not work on windows, it's because by default 127.0.0.1 is not directed to localhost, to fix this, run notepad as admin, then open:
And add:
To the bottom of it.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
WINDOWSDRIVE\Windows\system32\drivers\etc\hosts
And add:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
127.0.0.1 localhost
To the bottom of it.