Order Allow,Deny
Allow from all

RewriteEngine On

RewriteCond %{REQUEST_URI} \.html$
#RewriteRule ^/secure(.*)  /validuser.php [L]   #Uncomment that line and replace "secure" with directory name that you need to protect, only valid registered users can access content of that directory

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
