How to use Jetpack / WP Super Cache with WordPress?

Servers block remote connection to xmlrpc.php or, wp-cron.php for security reason. Thats why you 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>

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

WordPress Security

The servers have extreme security in the case of WordPress. so some features may be locked. Here...

How to Bypass WordPress Login Security?

Servers have WordPress bruteforce protection, so you may see a POPUP Authorization box to provide...