Hi,
I'm, trying to edit a plan created months ago but when I try to save it I get a " 403 Forbidden - Access to this resource on the server is denied!"
I thought about mod_security... Maybe my hosting configured something on the server and activated it.
I've done a test adding this to my .htaccess:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
and tryed save again and it worked fine.
So, if my hosting activated it I suppose they have a good reason, now what should I do?