External Publication
Visit Post

Website created but not published

InfinityFree Forum [Unofficial] March 17, 2026
Source

OK, I understand the situation better now.

First of all: that “Website Published” check only applies to the built-in website builder. Since you’re not using that, you can safely ignore it.

As for the blank page: the reason is very clear. The index.php file in your htdocs folder only contains this:

<?php
// Silence is golden.

So your website returns a blank page because that’s all this file does.

Looking at the rest of the file structure, it looks like the contents of a wp-content folder from a WordPress site. If you were trying to restore a WordPress site, it seems only the wp-content folder was uploaded, not the full WordPress installation. WordPress needs its core files (wp-admin, wp-includes, wp-config.php, and the main index.php) to function.

I’d suggest deleting the contents of the htdocs folder and trying the restore again, making sure the full WordPress installation is included, not just the wp-content folder.

Discussion in the ATmosphere

Loading comments...