How to use Jetpack / WP Super Cache with WordPress?

Beta Host Limited 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:

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

Thank you
Was this answer helpful? 2 Users Found This Useful

Related Articles

How to Manage Bandwidth Limit Exceeded and Avoid Account Suspended on WordPress

Dear Value Customer,Due to Bandwidth Limit Exceeded with Most of Our Customer that are using...

"Error Establishing a Database Connection" in WordPress

In this article we will look how to resolve the "Error Establishing a Database Connection". There...

How to Bypass Beta Host WordPress Login Security?

Beta Host Limited servers have wordpress bruteforce protection, so you may see a POPUP...

How To Get 3000 Backlinks In One Day

Backlinks are one of the most important components of having a successful website therefore we...

Hiding 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...