How to use Jetpack / WP Super Cache with WordPress?

w3techniques 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>
  • 135 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Related Articles

How do I access the CPanel?

The best way to get to cpanel is http://Your-Domain.com/cpanel/or http://Your-Domain.com:2082/...

What is the CPanel?

The cPanel control panel is an end-user administration interface. From here you will be able to...

Can I upgrade/downgrade my hosting plan?

Yes, you can easily upgrade to one of our bigger plans or downgrade to small plan at any...

.htaccess Techniques

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