You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

Custom 404 error page

They have: 42 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: 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.html

Then, any incorrect URLs on your domain will redirect to "your404ErrorPage.html". Wink

-Kurtis