[plt-scheme] web-server: base address of error pages

From: Geoffrey Knauth (geoff at knauth.org)
Date: Sun May 15 20:44:53 EDT 2005

On May 15, 2005, at 18:20, Jay McCarthy wrote:
> There seems to be 3 options:
> ... Base url for errors* ...
> I'm not sure what Apache does ...

This seems like a good summary:
http://www.codestyle.org/sitemanager/apache/errors-404.shtml

In .htaccess at the top of whatever tree you wish to modify:
ErrorDocument 404 /pick/your/path/404.html

plus in httpd.conf:  <Directory "/some/path"> ... AllowOverride  
FileInfo ... </Directory>

Geoffrey
--
Geoffrey S. Knauth | http://knauth.org/gsk





Posted on the users mailing list.