“site_inaccessible” Jetpack Error Fix

For those of you having trouble connecting your WordPress Stats to your site after upgrading to Jetpack, my hosting tech support told me to add the following to my .htaccess file in the www/www root directory:

<IfModule mod_security.c>
SecFilterRemove 114
</IfModule>

That will free up access to the xmlrpc.php file, which could fix the problem.

Now, it is very likely that the above code is specific to host’s server configuration, but the secret is to allow access to xmlrpc.php file.

Cheers,

Tim

 

Comments (0)

› No comments yet.

Pingbacks (0)

› No pingbacks yet.