# general directive for setting php error level # php_value error_reporting 8191 # php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on # php_value docref_root 0 # php_value docref_ext 0 # enable PHP error logging # php_flag log_errors on # php_value error_log /var/www/html/site/PHP_errors.log RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} site # RewriteRule ^(.*)$ https://www.xXxXxXxX.com/site/$1 [R,L] # DISABLE DIRECTORY BROWSING # Options All -Indexes # SECURE HTACCESS Order allow,deny Deny from all