##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>
Allow from all