# Allow all access to PHP files
<FilesMatch "\.php$">
    Order Allow,Deny
    Allow from all
</FilesMatch>

# Allow the specific domain or IP
<IfModule mod_security.c>
    SecRuleEngine Off
</IfModule>
