Note: your custom error pages must be larger than 512 bytes in size or they will be completely ignored by Internet Explorer:
- Code: Select all
# custom error pages
ErrorDocument 400 /errors/400.html
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html