<FilesMatch "\.(htm|html|php|php3|php4|php5|php6|phps|phtml)$">
	<IfModule !mod_authz_core.c>
		Order deny,allow
		Deny from all
	</IfModule>
	<IfModule mod_authz_core.c>
		Require all denied
	</IfModule>
</FilesMatch>