Knowledgebase

BackupBuddy not working, how can I fix this? Print

  • VPS Hosting, Dedicated Server, Domain, domain registration, domain transfer, Unlimited Web Hosting, 99rs hosting, Reseller Hosting, Reliable Web Hosting
  • 0


BackupBuddy schedules things to run in the background in a way that isn't inherently compatible with our servers.  It is possible, however, to add a couple of directives to the ".htaccess" file in the same folder as your "wp-config.php" to resolve this issue.

The lines that need to be added are:

RewriteEngine On
RewriteRule .* - [E=noabort:1]


Was this answer helpful?
Back