Log in

View Full Version : Mod_Security Problem


montsa007
03-03-2008, 10:16 AM
My host disables my Ip whenever i login to admin cp
Reason - ./admincp/newspoxy.php makes the firewall think am a proxy
any way to do it off within my account?
somebody told me edit the .htaccess but am skeptical.
Thanks in advance,
montsa007

Marco van Herwaarden
03-03-2008, 11:42 AM
Make or edit your forum .htaccess file and add the following code
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Note, place this file in your main forum directory.

See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121

Alternative would be to ask your host to remove that rule.