############################################ ## By default deny all access Order allow,deny Deny from all ########################################### ## Allow access to soap server file only order allow,deny allow from all ########################################### ## MOD SECURITY ########################################### SecFilterSelective REQUEST_URI "soap.php$" "allow" ########################################### # If this still doesn't work, try uncomment next line # Required for: # - Wordpress on OVH Shared Hosts with modSecurity #SecFilterSelective REQUEST_URI "soap.php$" "allow"