How to use Jetpack / WP Super Cache with WordPress?

Bergehost 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>
  • wp user, wp database, wordpress comment, wordpress login, wordpress, wp security, wp-comments-post, wp, xmlrpc.php, plugins, wp plugin, wp cache, jetpack, berge, bergehost
Was this answer helpful? 12 Users Found This Useful

Related Articles

500 Internal Server Error

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

Disable caching with .htaccess

Quick .htaccess snippet to disable browser caching by modifying Cache-Control, Pragma, and...

Do you provide AwStats?

Yes, we provide AWSTATS most of the servers of bergehost Networks 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...

How to Block certain IP address?

Web servers can host many different domains on one hosting account under Linux/Apache, and public...