"Joe" <something_or_other.RemoveThis@grapevine.net> wrote in message
news:1084654346.94352.0@iris.uk.clara.net...
> > > Hi, I would like to use these on a site I am making.
> > >
> > > I beleive the info goes in a .htaccess file.
> > >
> > > Can someone tell me what to put in said file and what the server
> > > requirements are?
> >
> >
> > # In an .htaccess file:
> >
> > ErrorDocument 404 /path_to_error_page.html
> >
> >
> > Hope that helps!
>
>
> Is there anything else I need to put in the .htaccess file?
> Its not working as it is.
> ErrorDocument 404 /404.htm
>
> On one server it stops any pages from loading.
<font color=purple> > <a style='text-decoration: underline;' href="http://www.schoolyardrules.com/</font" target="_blank">http://www.schoolyardrules.com/</font</a>>
> and on another it just acts as if I'd never made one.
I had a strange problem like that before.
The cure was to put in the full URL, thus:
ErrorDocument 404 <a style='text-decoration: underline;' href="http://mysite.com/404.htm" target="_blank">http://mysite.com/404.htm</a>
I say strange because my other sites on the same server were ok with the
relative path. The support people couldn't figure it out either!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Custom 404 Pages?