Hey, I've been using Apache for about a year now and it have been working completly fine. However, I had a little break with my webdesign projects for a few months and haven't been using it during this time. When I started apache again I was unable to find my domain name in my browser.
I've uninstalled apache completly and I still have the same error.
When I try finding my hosted files with localhost or 127.0.0.1 in the browser I can find my sites, but not when I use the domain name.
This is what my hosts file looks like:
# localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost www.mytestingwebsites.com # 127.0.0.1 localhost
And in Apache config
#ServerName www.mytestingwebsites.com:80
I've been turning off some Windows Services during the time I've not been working on websites. Is it possible that I may have disabled some services that are dependent on this?