# 拡張子がhtmlでもPHPを実行させる
<FilesMatch "\.html$">
    AddType application/x-httpd-php .html
</FilesMatch>
# htpasswdファイルへのアクセス禁止
<FilesMatch "^\.htpasswd">
    deny from all
</FilesMatch>