pbootcms如何防止模板下载pbootcms模板防盗
新建一个.htaccess文件
<IfModule mod_rewrite.c>
<FilesMatch "\.html$">
Deny from all
</FilesMatch>
</IfModule>

更新时间:2025-12-07 19:23:35
新建一个.htaccess文件
<IfModule mod_rewrite.c>
<FilesMatch "\.html$">
Deny from all
</FilesMatch>
</IfModule>

更新时间:2025-12-07 19:23:35