Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

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

 

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

What is Two-Factor Authentication?

Two Factor Authentication (2FA) provides an additional layer of security to your Hositex account....

How do I Activate 2FA (Two-Factor Authentication)?

When it comes to our 2FA security, you can utilize Google Authenticator, Microsoft...

Powered by WHMCompleteSolution