

# SOFTACULOUS Block Forbid PHP exec
<FilesMatch .*\.ph.*$>
	Require all denied
</FilesMatch>
# SOFTACULOUS Block Forbid PHP exec End

#Begin Really Simple Security
<Files *.php>
deny from all
</Files>
#End Really Simple Security
