# BEGIN Hestia Web Interface # File Caching # Header set Cache-Control "max-age=2592000, public" # Custom Error Documents: ErrorDocument 400 '

400

Page Not Found !

Your browser sent an invalid request. Please try again.

Go Back
' ErrorDocument 403 '

403

Forbidden Error

You do not have permission to access this file or folder

Go Back
' ErrorDocument 404 '

404

Page Not Found !

The page you are looking for does not exist

Go Back
' ErrorDocument 500 '

500

Internal Server Error

Please try again later

Go Back
' ErrorDocument 503 '

503

This site is unavailable or undergoing maintenance

Please wait and try again

Go Back
' # Block access to config file: order allow,deny deny from all # Block access to tmp directory (logfiles and config) and includes directory (MySQL login): RewriteEngine On RewriteRule (^|/)tmp(/|$) - [F] RewriteRule (^|/)includes(/|$) - [F] # PHP Debugging php_flag display_errors Off # END Hestia Web Interface # Uncomment to enable SSL # RewriteCond %{HTTPS} off # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]