- 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 @
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.