Why is my website showing a default/blank page? Print

  • 0

A default placeholder or blank page usually means the server cannot find your real index file, or a PHP error is hiding the content.

  1. In cPanel File Manager, confirm your site files are in public_html (not a subfolder) and that an index.php or index.html exists.
  2. A blank white page often means a PHP fatal error — check cPanel Errors for the message.
  3. For WordPress, disable plugins by renaming the plugins folder and switch theme to test.
  4. If DNS just changed, the default page may be a cached old host; clear browser/DNS cache and wait for propagation.

If files are correct and the page is still blank with no error, raise PHP display_errors temporarily or open a ticket.


Was this answer helpful?

« Back