Backups weren’t working, they would try to run but then fail. I tried different plugins but they all failed. The plugin ” BackWPup ” had on error log which showed this error :
Not expected HTTP response:
Status-Code: 403
Cache-control: no-cache
Content-type: text/html
Content: 403
Forbidden Request forbidden by administrative rules.
Some of the other plugins mentioned a ” 403 server error ” as well. Added the line to from the section to the right to wp-config file. And it worked.
Solution:
Please try these steps:
modify wp-config.php ( you can find this file in your root directory ), and before the line:
/* That’s all, stop editing! Happy blogging. */
add this line:define('ALTERNATE_WP_CRON' , true );