PDA

View Full Version : htaccess rights


blachsgeep1
08-12-2009, 05:43 PM
Hi,
my .htacces looks like this:

<FilesMatch ".*\.html$">
Order Deny,Allow
Deny from all
</FilesMatch>
<FilesMatch ".*\.php$">
Order Deny,Allow
Deny from all
</FilesMatch>


My problem is, that im not able to access to gif/jpg images with this config! When i delete the htaccess file, i can open every image in the deeper path.
How is that possible? Where is my mistake?