JFEngle posted this at 00:06 — 3rd February 2000.
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?
Maverick posted this at 00:45 — 3rd February 2000.
They have: 334 posts
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.
Maverick posted this at 00:45 — 3rd February 2000.
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.