Network: Apache: Custom error pages(last edit: 2001-03-18)
make a .htaccess file with the following in it:
ErrorDocument 500 http://foo.example.com/cgi-bin/tester
ErrorDocument 404 /404.html
ErrorDocument 401 /subscription_info.html
ErrorDocument 403 "Sorry can't allow you access today"
Click here to go back to the index.
|