Custom 404 page

Hello,

Is it possible to alter the 404 Error page for my bplaced website?

Any help/information would be greatly appreciated.

Regards,

Woolley.

Create your own page for 404. Give it the name error.html or whatever
Then upload it and make a file and give it the name .htaccess
Write: ErrorDocument 404 /error.html
Then upload this, too.

[quote]Create your own page for 404. Give it the name error.html or whatever
Then upload it and make a file and give it the name .htaccess
Write:
Code:
ErrorDocument 404 /error.php

Then upload this, too.[/quote]

Either html or php :wink: