Forum Moderators: open
TA
Host Reply:
To redirect a reader to a special web page when they encounter an error, you can either modify the srm.conf file if you have the ability to do so, or to modify your .htaccess file. <br /><br />In the srm.conf file you will find a line that looks like this: <br /><br /><br />#ErrorDocument 404 /missing.html <br />To specify a special web page, simply remove the # mark and create a document called missing.html in your main HTML directory. <br /><br />ErrorDocument 404 /missing.html <br /><br />You can name the files whatever you wish, and you might consider placing all of them in a special directory. I have never tried running the ! server configured for URL redirect without first creating the error documents. Who knows what would happen if the missing file was itself- missing!