Hello,
I have problem with WordPress:
Method Not Implemented POST to /wp-admin/post.php not supported.
So, I figured that mod security cause this problem.
And solution on wp forum is:
But I cannot find location of modsecurity_http_policy.conf file.
Can anybody help me?
I have problem with WordPress:
Method Not Implemented POST to /wp-admin/post.php not supported.
So, I figured that mod security cause this problem.
And solution on wp forum is:
Code:
Modified one rule in the modsecurity_http_policy.conf file located @ /etc/httpd/modsecurity.d/modsecurity_crs_30_http_policy.conf
FROM:
SecRule REQUEST_HEADERS:Content-Type "!(?:^(?:application/x-www-form-urlencoded$|multipart/form-data;)|text/xml)"
TO:
SecRule REQUEST_HEADERS:Content-Type "!(?:^(?:application/x-www-form-urlencoded$|application/x-www-form-urlencoded; charset=UTF-8$|multipart/form-data;)|text/xml)"
Can anybody help me?