Custom 404 error page
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: 698 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.html
Then, any incorrect URLs on your domain will redirect to "your404ErrorPage.html".
Kurtis
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.