Posted by Jensen Somers on 09/22/07 11:53
Hello,
On Sat, 22 Sep 2007 04:13:46 -0700, Desmond wrote:
> Some major websites have their own dedicated page not found error. I do
> not have control of the server that is used for my website. Can I still
> have my own dedicated 404 page?
>
> Desmond.
You will have to create a .htaccess file, put it in the websites root
folder and use the following line:
ErrorDocument 404 http://www.mywebsite.tld/404.php
- Jensen
[Back to original message]
|