• Resolved stefanius

    (@stefanius)


    Hi,
    I’m currently using a website that has an htaccess file to block all IP addresses except the one from the proxy server. This will prevent wp-cron from running.
    Any ideas on how to get wp-cron working?

    Thank you.
    Kind regards,
    Stefanius

Viewing 2 replies - 1 through 2 (of 2 total)
  • The WP-Cron runs per request from its own server. This means that in addition to the proxy IP, you would also have to release the IP of your own server.

    Thread Starter stefanius

    (@stefanius)

    Hi threadi,

    I added the server IP and it worked, the plugins and WordPress version were updated.
    I used this code:
    <Files wp-cron.php>
    Order deny,allow
    Deny from all
    Allow from “proxy-ip” and “server-ip”
    </Files>

    Thank you for the quick help.
    Kind regards,
    Stefanius

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘htaccess blocking IPs, makes wp-cron not running’ is closed to new replies.