The simplest method for changing the message that your readers see when they encounter an error is to modify the srm.conf file if you have the ability to do so, or
to modify your .htaccess file.
In the srm.conf file you will find a line that looks like this:
If your site can be accessed as both http://www.domain.com/ as well as http://domain.com/ and are having trouble with things such as cookies on the Netscape
browser*, here is a little rewrite rule you can place in your httpd.conf or on a per directory basis using .htaccess.
Although APACHE out of the box comes supplied with a rather full set of MIME types, the one for MIDI (music) files doesn't work with Netscape. There are two
ways to correct this problem.
To me, the normal way to handle such a matter is from the server's conf files. To enable SSI, you will have to edit two files. The location of the files varies from
installation to installation, but you can usually find them under the apache servers etc or conf directories.
By default, the APACHE server's configuration has CGI turned off. Turning it on is a rather simple matter. In the example shown below, you will be able to call your
scripts with a URL such as:
http://Your_Domain.com/cgi-bin/scriptname.cgi
The DirectoryIndex directive allows you to specify a specific filename or filenames as the default page in a directory. Depending on your needs, you can even
make a CGI script the default. One note of caution on using a CGI as your default page: Many search engines will not index it.