Easy fix, add this code to .htaccess in your root folder:
# Exclude the WP CRON and other scripts from authentication
<FilesMatch “(wp-cron.php|another-script.php)$”>
Satisfy Any
Order allow,deny
Allow from all
Deny from none
Easy fix, add this code to .htaccess in your root folder:
# Exclude the WP CRON and other scripts from authentication
<FilesMatch “(wp-cron.php|another-script.php)$”>
Satisfy Any
Order allow,deny
Allow from all
Deny from none