##Blochează executarea anumitor fișiere:
RemoveType .pl .cgi .php .php3 .php4 .php5 .php7 .xml .phtml .phtm .html .htm .wml .shtm .shtml .asp
RemoveHandler .pl .cgi .php .php3 .php4 .php5 .php7 .xml .phtml .phtm .html .htm .wml .shtm .shtml .asp
###php_flag engine off
##Blochează accesul la fișiere cu anumite extensii:
<filesmatch "\.(php|cgi|pl|php3|php4|php5|php7|xml|phtml|phtm|html|htm|wml|shtm|shtml|asp)$">
Order Allow,Deny
Deny from all
</FilesMatch>
##Permite accesul la anumite extensii, oprește accesul la celelalte extensii:
<filesmatch "\.(css|CSS|gif|GIF|ico|ICO|js|JS|jpe?g|JPE?G|png|PNG|swf|SWF)$">
Order Allow,Deny
allow from all
</FilesMatch>
deny from all