How to use Jetpack / WP Super Cache with WordPress?

AbollyHost 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>
  • jetpack
  • 1 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

How can I migrate my customer cPanels to AbollyHost?

Two separate methods exist for server-to-server migrations.  Both are managed by us to ensure...

How can I test or preview my website before switching DNS?

There are a few different ways to preview your site before DNS resolves. This will allow you to...

How to use FileZilla for FTP

FileZilla is a powerful and free FTP client used for transferring files over the Internet to your...

Enabling or Disabling PHP Modules

We provide the facility to enable/disable PHP modules / libraries per account.To enable a...