Q: I've created my page and loaded it onto the server but all I see is the NetRegistry under construction page!
We see this one very regularly in the support team. A webserver needs to have a default file that it displays when someone visits the site. This is typically called 'index.html'. As an example if you have a site called www.abc.com.au and visit it with a web browser, it needs to show a file. By default this will be index.html. Very often clients leave the NetRegistry under construction page (index.html) on the server and publish their main page with a different name like mypage.html. The server doesn't know this is the page you actually want shown by default and simply continues to show the construction page. The fix is to delete the NetRegistry construction page and change the name of your file from mypage.html to index.html and like magic you'll be able to see your site.