We have built a cPanel plugin, that allows you to generate Preview URL's. More details on this plugin can be found on the article below...
We've partnered up with the team at SkipDNS.link to bring you completely free access to their amazing tool used to preview your site hosted with us.
Essentially, this allows you to view your websites before changing your DNS settings!
Getting started is super simple, we've created a plugin located in the Domains section in cPanel called Website Preview
This screen lists all of your Domains, Addon Domains and SubDomains. Clicking on the Generate Preview URL will generate a short unique link.
The link will expire after 7 days, however, you can generate a new one after this time.
Following the link will take you to a Terms and Conditions page provided by SkipDNS.
Feel free to read through this and accept the terms and conditions, this will redirect you to view the site.
Go to Start -> All Programs -> Accessories Right click on Notepad, and select “Run as Administrator” Click “Continue” at the UAC prompt. In the notepad application – From the toolbar, go to File -> Open Open the Following File:C:\Windows\System32\drivers\etc\hosts
(This path may vary based on your drive/installation configuration, and you may need to choose the file type to open from the drop down menu as “All Files” in order to see your hosts file). Add your new host entry to the bottom of the file and save.
Open up your favourite terminal application (Most flavours store the default terminal application in the Accessories folder). Also, in this example, we are using the text editor called “nano” which is pre-installed on most Linux distributions. You may also use other text editors such as vim or emacs if you wish. If you are already logged in as user root, run:nano /etc/hosts
If you are logged in as a non-root user, run:sudo nano /etc/hosts
Then authenticate with your password to grant root access. Once the text editor application opens, add your new host entry to the bottom of the file and save.
You will need to launch your Terminal, which you can search for using Spotlight, or you may also access this via Applications/Utilities Once the terminal application has launched, type the following into the terminal command line: sudo nano /private/etc/hosts Enter the Administrator password. After the file has opened, add your new host entry to the bottom of the file and save. Again, make sure you clear the cache from your browser and in some cases the DNS cache may need to be flushed as well._After you update the DNS for your site, make sure to remove any host entries that you may have added during the process to ensure the domain is resolving in the same manner on your local system as other users on the internet!