seabiscuit
New Pleskian
Hi,
I'm playing around with .htaccess. I'm in a weird situation.
"https://www.mydomain.com/wp-content/uploads/test.png" returns 403 with the following .htaccess:
<Files *.png>
deny from all
</Files>
However, I cannot block "...../test.php" with the following .htaccess:
<Files *.php>
deny from all
</Files>
I'm playing around with .htaccess. I'm in a weird situation.
"https://www.mydomain.com/wp-content/uploads/test.png" returns 403 with the following .htaccess:
<Files *.png>
deny from all
</Files>
However, I cannot block "...../test.php" with the following .htaccess:
<Files *.php>
deny from all
</Files>