If I can't see a 404.html on my server how do I create one?
i.e. the page the browser would be sent to if it couldn't find a page in my site.
If its not in the root would it be elsewhere?
Art
If I can't see a 404.html on my server how do I create one?
i.e. the page the browser would be sent to if it couldn't find a page in my site.
If its not in the root would it be elsewhere?
Art
In order to make a custom 404 page you will have to make sure your host company will allow you to. They all do it differently. All you have to do is create a page and get your server to forward all 404 errors to that page.
Hope that helps.
See this link
HTH