How to point my domain to a ‘Coming soon’ page?

All you have to do to point your website to a "Coming soon" page is create a simple index.html file in your web hosting account's main folder (usually public_html, www or httpdocs). The index.html file should contain the following code:

<html> <body>

Coming Soon!

</body></html>

The above instructions are for pointing a primary domain to such a page. In case you are pointing an addon domain the file index.html has to be created in the webroot of the addon domain. Such a page cannot be created for parked domains.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Brute Force Attack – What it is and How to Block It

Brute-force is a method of guessing your password by trying combinations of letters, numbers and...

What is pdftoppm and is it supported by Hostlantern?

Pdftoppm is a library that handles the conversion from Portable Document Format (PDF) files to...

How to clear your Internet browser’s cookies?

Sometimes you may need to clear the cookies saved by your browser. Basically the cookies...

Hacked Website

The most common reasons for a hacked (defaced) website include: - Outdated web application....

How to clean my files from malicious code?

If your website has been hacked and malicious content has been inserted into your files, you...