Options +Indexes
# AddHandler application/x-httpd-php70 .html
AddHandler php70-cgi .html

<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>

