Hi,
Have you tested this code in the ‘.htaccess’ file ? Perhaps not the same code that you have already tested.
Download and edit your ‘.htaccess’ file (if you do not have a htaccess file in the root folder of your webserver (where your ‘wp-config’ is), create this file using a text editor, then paste this code :
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Save it as ‘.htaccess’ (without any extension), overwrite the original file or upload it on your server.
If you cannot find out a solution using .htaccess or the options that you are able to manage through your ISP dashboard, contact your ISP to alert them you got this error.
Regards
Hi,
I tried altering the .htaccess file and it makes no difference. Is there likely to be more than one version of this file, as I don’t have a ‘wp-config’ folder as such?
Does this mean it is definitely an ISP issue?
Thanks
FYI; I contacted my ISP and they “made some changes to my account” and everything is now working fine. Glad that it is resolved, but frustrated that the problem existed in the first place.
Thanks for your help.
that was what I expected.