新建一个.htaccess文件
<IfModule mod_rewrite.c>
<FilesMatch "\.html$">
Deny from all
</FilesMatch>
</IfModule>