Making customized 404 Errors/Errors

They have: 65 posts

Joined: Dec 1999

How can I cuztomize 404, or any kind/most kinds of errors pertaining to my site, so it isn't just blank?

They have: 334 posts

Joined: Dec 1999

If you can edit your .htaccess file, add the line:

ErrorDocument 404 http://www.yourdoamin.com/404.html

then just create whatever you want to use as a 404 file, name it 404.html and upload it

That works for all error docs too:

ErrorDocument 403 http://www.yourdomain.com/403.html
ErrorDocument 401 http://www.yourdomain.com/401.html

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.