View Single Post
Old March 20th, 2008, 5:20 PM   #7 (permalink)
jdcopelin
Surpass Fan
Comfy Contributor
 
jdcopelin's Avatar
 
Joined in Feb 2004
Lives in Norfolk, England
Hosted on Pass32
167 posts
Gave thanks: 23
Thanked 19 times
Quote:
Originally Posted by twirp View Post
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
__________________
Server: Pass32 and dedicated server
jdcopelin is offline   Reply With Quote