|     
 Crew algemeen
 |  | @voltrex, dat hoeft niet speciaal. Lees maar:
 
 http://httpd.apache.org/docs/2.0/mod/core.htmlapache.org schreef: URLs can begin with a slash (/) for local web-paths (relative to the DocumentRoot), or be a full URL which the client can resolve. Alternatively, a message can be provided to be displayed by the browser. Examples: 
ErrorDocument 500 http://foo.example.com/cgi-bin/tester 
ErrorDocument 404 /cgi-bin/bad_urls.pl 
ErrorDocument 401 /subscription_info.html 
ErrorDocument 403 "Sorry can't allow you access today" |