Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tom Willmot

    (@willmot)

    Are your scheduled backups working?

    If your site is getting 404 response when trying to load wp-cron.php then that is likely an issue with your host.

    I would recommend contacting them and asking telling them about the issue

    I had the same issue.

    In my case, it was a conflict with Bulletproof Security Plugin. They have a fix listed on their site as a known conflict with their plugin.

    Here is the fix if you are using Bulletproof Security Plugin along with backupwordpress.

    You will need to alter some code in the bulletproof secure htaccess file as follows:

    1. Find: # REQUEST METHODS FILTERED
    2. remove HEAD from the Request Method filter.
    3. should now look like below

    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC]
    RewriteRule ^(.*)$ – [F,L]

    See more at
    http://forum.ait-pro.com/forums/topic/backupwordpress-404-not-found/#post-708

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp=cron.php 404?’ is closed to new replies.