Cron jobs failed
-
Hi,
I use Get URL Cron on an intranet website. But since ActiveDirectory login is enabled for users, all the cron jobs fails, even those who are not setup with Get URL Cron.
Using the following lines in my htaccess files, I succeeded to get all the cron jobs working except those set up with Get Url Cron<FilesMatch "(wp-cron.php)$"> Satisfy Any Order allow,deny Allow from all Deny from none </FilesMatch>
So, I tried to add geturlcron.php to the lines of my htaccess files like this :
<FilesMatch "(wp-cron.php|geturlcron.php)$"> Satisfy Any Order allow,deny Allow from all Deny from none </FilesMatch>
But it doesn’t work either and the logs still display the following message:
<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”><html><head><title>401 Unauthorized</title></head><body><h1>Unauthorized</h1><p>This server could not verify that youare authorized to access the docu mentrequested. Either you supplied the wrongcredentials (e.g., bad password), or yourbrowsAs the cron job call a page of a website containing a shortcode from JSON Content Importer Pro, could it be the problem ?
Any ideas ?
Best Regards,
Cedric
- The topic ‘Cron jobs failed’ is closed to new replies.