Knowledge base article
Accessing your site before changing DNS
View other technical support articles
Related articles
Getting Started with Anycast DNS
Manage DNS zones with the cPanel Zone Editor
Other technical support articles
A beginners guide to email spoofing
An introduction to email authentication
Basic WordPress security and site management
Check MySQL database table disk usage
Configure object cache with memcached and Litespeed Cache plugin
Configure spam filtering in cPanel
Connect via SFTP using SSH key authentication with FileZilla
Connecting to Serversaurus shared hosting via SFTP
Create a clone of your website
Create a SSH key pair and configure your SSH key in cPanel
Create a WordPress administrator via MySQL CLI
Create a WordPress administrator via phpMyAdmin
Create a WordPress cron task in cPanel
Disable automatic WordPress updates via wp-config.php
Download or restore individual files, directories or database backups with JetBackup
Enabling PHP extensions, Changing PHP Version and Setting PHP Options
Export or Import a MySQL database via CLI
Force HTTPS via .htaccess (cPanel)
Getting Started with Anycast DNS
Getting Started with the Content Delivery Network (CDN)
Getting Started with Virtual Machines
Go live with your WordPress staging website
Help! I need a backup of my cPanel-hosted website
Hide .html extension using .htaccess
How did my WordPress website get hacked? What do I do?
How to ensure website generated emails are delivered successfully
How to issue a Let’s Encrypt certificate
How to remove Site Software management
I can receive email but can’t send!
Introduction to LiteSpeed Cache
Manage DNS zones with the cPanel Zone Editor
Manual WordPress migrations in a nutshell
Migrate remote staging website to local hosting server
Migrate remote transactional website to local server
Migrating email from one POP/IMAP email account to another
My site and/or email service is down
Network Firewall (I can’t access my services on a non-standard port)
Optimising Wordfence firewall and security settings
Pointing your domain to Serversaurus
Pointing your domain to Squarespace with cPanel
Prevent website generated spam with CAPTCHA
Push updates from a staging to production website
Reconfigure production website to subdomain
Recover your hacked WordPress website
Remove Wordfence firewall block via MySQL CLI
Secure your WordPress installation
Setting up email on your iPhone
Subdomains for test sites & more
Unable to renew certificate: The Let’s Encrypt HTTP challenge failed
Understanding CloudLinux resource limits
Update a WordPress website to use a new domain name
Update your WordPress username via phpMyAdmin
Using Serversaurus’ nameservers but hosting your email elsewhere
Using the Serversaurus Cloud CDN with your WordPress website
This article will guide you through viewing your website before updating the DNS
Sometimes you may need to set up your new hosting before changing over your domain nameservers to point to Serversaurus, but you still need to view your site on our servers.
You can do this by telling your computer to use the IP address of our server instead of looking it up in DNS.
To do this, you need to update your hosts file, and add an entry at the end of the file for your domain pointing to our server IP address, e.g.
103.209.24.100 www.mydomain.com.au 103.209.24.100 mydomain.com.au
Note
Update both values in the above example to the appropriate ones, the server IP address is included in your Serversaurus Welcome or IMPORTANT: Hosting Documentation email.
If you're on a PC
Edit the file C:WindowsSystem32driversetchosts and add the above entry at the end.
On a Mac
The file is /etc/hosts, and you need to edit it by opening the Terminal application and using the following command:
sudo pico /etc/hosts
Enter your password and then use the down arrow to go to the end of file and add the line. Then type Ctrl-X to exit, and Y followed by Return to save the change.
Note
You can replace pico with the editor of your choice such as vi if you're familiar with unix editors. Use your Web Browser as normal to access the site, once the site is ready to go live, just remove that line from the hosts file.
Last updated November 30, 2023