It seems that my website is being targeted by individuals seeking to obtain all the code. I have implemented an .htaccess file that will display nothing when someone visits domain.com/images, but if they specifically request domain.com/images/logo.png, the logo image will still show up. This individual is trying to access the CSS and JS files.
Does anyone have any ideas on how I can hide both the folder and its contents so that unauthorized individuals cannot access them under any circumstances?
Thank you in advance!