Try clearing your DNS cache if your domain seems to be acting weird (V1)
If you have your domain setup correctly and pointing to your 22Slides website, then later notice it pointing back to your old website or domain registrar placeholder page, this is likely to be an issue with your DNS caching.
Much like how your computer saves files from websites for later, it also sometimes saves the location domain names point to, so it doesn’t have to look it up every time you visit the website.
Clearing your DNS cache my fix the issue.
Mac OS X
- Open the Terminal app, located in your Applications/Utilities folder.
- If you're on OS X version 10.11 or later, type this:
<br>sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder;
Or, if you're on OS X version 10.10, type this:
sudo discoveryutil udnsflushcaches
Or, if you’re on OS X version 10.7 or later, type this:
sudo killall -HUP mDNSResponder
Or, if you’re on OS X version 10.6 or earlier, type this instead:
dscacheutil -flushcache
- and hit enter
- Enter your password, if asked
- Refresh your browser
Windows
- Open the command prompt.
- Type this:
ipconfig /flushdns
and hit enter - Refresh your browser