Hey everyone , i wanted to know how can you create a custom 404 error page.
i want to create a page which shows up when theres a 404 error .
Thanks in advance
Hey everyone , i wanted to know how can you create a custom 404 error page.
i want to create a page which shows up when theres a 404 error .
Thanks in advance
kazimmerman posted this at 21:26 — 13th June 2009.
He has: 670 posts
Joined: Jul 2005
Add the following (assuming you have permission to edit it) to your .htaccess file (usually in the root folder):
ErrorDocument 404 your404ErrorPage.htmlThen, any incorrect URLs on your domain will redirect to "your404ErrorPage.html".
-Kurtis