How to create a custom 404 error page
A friendly page not found (404) page keeps visitors on your site instead of hitting a blank error. You can create your own in minutes.
Create the page
- Make an HTML file named 404.html with your design and a link back to your home page.
- Upload it to your public_html folder via File Manager.
Tell the server to use it
- Open (or create) the .htaccess file in public_html.
- Add the line: ErrorDocument 404 /404.html
- Save, then visit a non-existent page to test it.
On WordPress
WordPress themes include their own 404 template — edit it under Appearance, or style it with a page builder or plugin. Need a hand? Open a ticket.
