Preventing 404 errors on your staging website
Place a blank HTML file in the root of the staging website to prevent 404 messages on your staging website while editing.
Procedure
- Access the server on which your staging website runs.
- Navigate to the root folder of your staging website.
- Create a plain-text file. This file can be completely empty, or it can be a valid HTML page without actual content.
- Save this file as se_blank.html on the root folder, and close it.