# Deny access to image files (e.g., jpg, png, gif)
<FilesMatch "\.(jpg|jpeg|png|gif)$">
Order Allow,Deny
Deny from all
</FilesMatch>
This is what I’m looking for. Thankyou very much
# Deny access to image files (e.g., jpg, png, gif)
<FilesMatch "\.(jpg|jpeg|png|gif)$">
Order Allow,Deny
Deny from all
</FilesMatch>
This is what I’m looking for. Thankyou very much