logo
Published on Technical articles on: Windows servers, Apache Web Server, MySQL, PHP, IIS (http://www.sitebuddy.com)

Cron.php on Windows notes...

By chris
Created 11 Jan 2006 - 3:53pm
As a scheduled job see: http://drupal.org/node/31506

It appears cron.php needs to be called from a browser type request. Also try to use your domain name when calling the cron.php script like http://YourDomain.cron.php (versus http://YourIP/cron.php).
I actually setup a scheduled tasks in ColdFusion to load the page http://MyDomain/cron.php.


Source URL:
http://www.sitebuddy.com/Drupal/Cron/Windows