How to fix the 404 error at Hostinger

Fixing a new website that shows a 404 error page

Updated 1 month ago

A 404 error message is a status code indicating the server could not find the requested website. In this case, your browser was able to connect to the server successfully, although the specific page you’re trying to access cannot be found.

Before you start

Common causes and fixes

If your website is showing this error, here are the most common reasons and how to fix them:

WordPress-specific causes

In case you use WordPress, you can check these possible reasons as well:

  • Your website was affected by malware – check the Malware scanner  to identify affected websites and content
  • Your permalinks are broken – create them again

  • You have redirect rules on your .htaccess file that cause 404 errors; in this case, you can try replacing your .htaccess file with the default one

  • Some plugins cause 404 errors; for this, you can try disabling them temporarily to test if that helps

You can also check the following video tutorial for an overview of these issues:

NOTE