The purpose of this is being able to view you site on our servers before you go live
1. Launch Terminal, found in /Applications/Utilities/ or launched through Spotlight
2. Type the following command at the prompt:
sudo nano /private/etc/hosts
3. Enter the administrator password when requested, you will not see it typed on screen as usual with the command line
4. Once the hosts file is loaded within nano, use the arrow keys to navigate to the bottom of the hosts file to make your modifications , to point your site to our servers you nedd to add ip which is located in control panel
example 192.168..1 yourdomainname.co.nz
5. When finished, hit Control+O followed by ENTER/RETURN to save changes to /private/etc/hosts, then hit Control+X to exit out of nano
6. Quit out of Terminal when finished