<FilesMatch "\.php$">
    <IfModule !mod_authz_core.c>
        Order allow,deny
        Allow from all
    </IfModule>
    <IfModule mod_authz_core.c>
        Require all granted
    </IfModule>
</FilesMatch>


<IfModule mod_rewrite.c>
	RewriteEngine On

	#Permitir PHP en el plugin oct8ne específicamente
	RewriteCond %{REQUEST_URI} ^/wp-content/plugins/oct8ne/
	    RewriteRule ^ - [L]
</IfModule>
