How do I Create an Under Construction Page?

A Website Coming Soon or Website Under Construction page, is a placeholder page used to block public viewing of your website while it is in the process of being built and/or tested live on the hosting server.

The default pages that all servers will initially look for to display onscreen when accessing your website are as follows (in order of priority):
index.htm
index.html
index.php
default.htm

Create an Under Construction Page:

1. Login to your cPanel

2. File Manager Root folder (if it is the primary domain, use public_html)

3. Click New File – name it appropriately e.g. underconstruction.html

4. Click Create New File

Edit an Under Construction Page:

1. Select the filename and click HTML Editor

2. Create the page and ensure that you include all your relevant contact information and a short paragraph about your company/products

3. Save

Change the Default Index Page in .htaccess:

1. The .htaccess file is a hidden text file within your hosting account that can modify the usual behaviour of your website.

2. In File Manager click on Web Root (addon domains use the dropdown and select the correct domain name)

3. Ensure Show Hidden Files is ticked

4. Click Go

5. Right click the .htaccess file

6. Select Edit option and paste the following code at the beginning of the page use your filename e.g. underconstruction.html

              #Alternate default index page
              DirectoryIndex underconstruction.html

7. Save

8. Test it online to ensure you have done it correctly

Additional .htaccess Info:

1. As an added precaution, you can add additional filenames to the above code and the server will check them in order from left to right. refer example below:

              #Alternate default index page
              DirectoryIndex underconstruction.html index.htm index.html index.php default.htm

What Our Customers say..