<Files wp-tinymce.php>
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</Files>
<Files ms-files.php>
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</Files>
# SOFTACULOUS Block Forbid PHP exec
<FilesMatch .*\.ph.*$>
Require all denied
</FilesMatch>
# SOFTACULOUS Block Forbid PHP exec End