How to use Jetpack / WP Super Cache with WordPress?

TechPlusHost 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>
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

.htaccess - Fun with it !

Introduction The Apache web server has a number of configuration options that are available to...

500 Internal Server Error

Internal Server Error help, 500 error Internal server errors can be caused by a few different...

Cant Access my site?

We receive lots of queries from our client saying that why i'm not being able to access my site....

Do you provide AwStats?

Yes, we provide AWSTATS most of the servers of TechPlusHost.com and it is updated automatically...

How to add site on Cloudflare? - Prevent DDoS and SpamBot attack

Signing up for CloudFlare is incredibly easy and takes less than 5 minutes. This article outlines...