Custom 404 error page

They have: 45 posts

Joined: Jun 2009

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

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". Wink

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.