I put this in httpd.conf
Reloaded apache.
<FilesMatch "\.(gif|jpe?g|png)$">
Order allow,deny
Deny from all
</FilesMatch>
I'm expecting no files to be accessible from browser except image files, but I can access no probs test.php
what am I doing wrong?