How to use Jetpack / WP Super Cache with WordPress

ZillionKingHost servers block remote connection to xmlrpc.php or, wp-cron.php for security reason. Thats why wou may find difficulties to install Jetpack and WP Super Cache plugin in Wordpress Scripts. To overcome this, just add the following lines into your .htaccess and then try to install these plugins.

<FilesMatch "^(wp-cron|xmlrpc).php$">
order allow,deny
allow from all
</FilesMatch>

If that doesn't work, for Jet Pack try this one below:

<FilesMatch "xmlrpc.php">
AuthType None
require all granted
</FilesMatch>


  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How To Hide Your WordPress Login Page from Hackers with Code

There are 40 million brute force attacks on websites every day, so it’s highly likely your site...

Migrating an Existing WordPress.com Site

This article can assist if the WordPress blog is hosted on WordPress.com. Just follow these steps...

How to Login to a WordPress Site

How to login to your WordPress site Determining your login URL The default URL to login to...

How to update your WordPress installation

Update Using WordPress Tools These steps will explain how to manually update WordPress using...

How to Bypass ZillionKingHost WordPress Login Security

 How to Bypass ZillionKingHost WordPress Login Security   ZillionKingHost  servers have...