The “This Site Is Ready” Page On A New, Empty Site

The “This Site Is Ready” Page On A New, Empty Site

A new Static HTML or PHP hosting site starts empty. Instead of an error or a bare list of files, visitors see a clean This site is ready page that says nothing has been published yet – and tells you, the owner, how to put your site there.

💡 It removes itself
The page disappears by itself the moment an index file is in the top folder of the site. There is nothing to switch off.

What visitors see

The This site is ready page
The page an empty site shows (the domain is hidden in this picture).

It is served with the right headers for a placeholder: search engines are told not to index it and browsers not to cache it, so your real site is picked up as soon as it is there.

Putting your site there

  1. Open the site’s page in your dashboard.
  2. Upload your files with the File manager (left menu → Site functions) or with SFTP (the site’s SFTP access tab gives the login).
  3. Make sure the home page is called index.html (or index.php) and sits in the top folder, not inside a sub-folder.
  4. Reload the site: your page replaces the placeholder at once. If the old page still shows, purge the CDN cache from the site page.

Folders without an index

A sub-folder that has no index file answers “forbidden” instead of listing its files, so nothing you upload is exposed by accident. If you really want a folder listing, add Options +Indexes to a .htaccess file in that folder. Sites that only redirect with .htaccess are never touched.

Share this article: