- Joined
- Jul 4, 2019
- Posts
- 155
- Reaction score
- 54
you may want to look at DNS config too, make sure there's an A record for @
Welcome to AcornDomains.co.uk, a friendly community for UK domain investors, developers and anyone interested in domain names.
Whether you're looking to buy or sell domains, learn more about the UK domain market, get feedback on your names, or simply chat with other domainers, you're in the right place. AcornDomains has been bringing together people from across the UK domain industry for many years, from complete beginners to experienced investors.
Have a look around, join the discussions and, if you haven't already, create a free account and introduce yourself.
it's a little checkbox under network tab, called "disable cache". when you have dev tools open and this is checked, all requests will be non-cached
you may want to look at DNS config too, make sure there's an A record for @
The first thing that you need to do to point your domain to your web hosting account is to set your name servers. It is preferred that you use name servers provided by HostGator, although it is possible to use your own.If you use your own, you will need to manually set the DNS Records.
If you use HostGator's name servers, most DNS records you need are generated for you automatically.
root@cyberpunks:~# curl -v -i domain.co.uk > /dev/null
* Connected to domain.co.uk (x.x.x.x) port 80 (#0)
> GET / HTTP/1.1
> Host: domain.co.uk
> User-Agent: curl/7.64.0
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Date: Fri, 17 Apr 2020 11:43:53 GMT
< Server: Apache
< Location: http://www.domain.co.uk/
< Content-Length: 310
< Content-Type: text/html; charset=iso-8859-1
We use essential cookies to make this site work, and optional cookies to enhance your experience.