

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

