Block wp-cron.php issue
-
Hello,
If I use option to block access to wp-cron.php file:
The file wp-cron.php is the portion of WordPress that handles scheduled events within a WordPress site. If remote cron calls not being used this can be set to Yes..
Site domain rezolved to IP IP If blocked, all internal calls to cron will continue to run fine. All calls from a different IP are blocked, including direct calls.It add this directives:
RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteCond %{REMOTE_ADDR} !^PART\.OF\.THE\.IP$ RewriteRule ^wp-cron.php /index.php?wph-throw-404 [L]
Other rewrite rules seems disturbed and:
* WP-Cron Events:There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron events on your site may not work. The problem was:
Unexpected HTTP response code: 404
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Block wp-cron.php issue’ is closed to new replies.