Quote:
Originally Posted by twirp
So I'm trying to use different php ftp scripts, and I keep getting an error due to mod_security.
|
Is it just you that will be using the script? You can add an "ip whitelist" to that rule in the modsec configuration file to prevent it from being triggered... something like this:
Code:
SecFilterSelective REMOTE_ADDR ^196.168.0.1$ allow
Hope that helps.
Regards,
Jonathan