Return to Snippet

Revision: 7058
at July 2, 2008 13:14 by luizlopes


Initial Code
<FilesMatch "\.(htaccess|htpasswd|php|html|asp|aspx|htm|cgi|pl|php4)$">
Order Allow,Deny
Deny from all
</FilesMatch>

Initial URL


Initial Description
This is good to add to folders which are chmod to 777.

Initial Title
Prevent Access to multiple file types

Initial Tags
htaccess, security

Initial Language
Apache