I am using a FREE ISP, supporting only the basic types of web coding. Is it possible say the if someone types in a page that is not on my site ie. http://www.freesite.fsnet.co.uk/notthere.htm, for me to make say that instead on them getting the normal “error” page, they can instead view my own error page that I create?
An .htaccess file describes a few basic options you want the Apache Server to recognize. It takes directives to tell it what to do. In this case the directive you're using is ErrorDocument.
You need to check with your ISP to see if this can be done. Not all free ISP's allow the use of .htaccess files within your website and some have even disabled them (GeoCities comes to mind).
Bookmarks