Own error pages
Z MyDevil.net
Our users can easily create their own error pages. All they need to do is create a directory ~/domains/example.com/public_html/errors and put static error pages in there. PHP code will not be executed.
Error pages that user can change:
- 401 - file errors/401.html - invalid login/password
- 403 - file errors/403.html - permission denied.
- 404 - file errors/404.html - file/directory does not exist.
- 500 - file errors/500.html - server error (in most cases, invalid .htaccess file).
- 502 - file errors/502.html - connection refused by fcgi, or too many php interpreters.
- 503 - file errors/503.html - too many interpreters.
- 504 - file errors/504.html - request timeout.