# First, deny access to all files in this directory Order Deny,Allow Deny from All = 2.4> Require all denied Order Deny,Allow Deny from All Require all denied # Serve HTML files as text/html mime type - Note: requires mod_mime apache module! AddHandler text/html .html AddHandler text/html .htm # Allow to serve static files which are safe Order Allow,Deny Allow from All = 2.4> Require all granted Order Allow,Deny Allow from All Require all granted