|
|
Install wget | |
Unpack wget and place in C:\Windows\System32 |
|
Create php script | |
Create a file cronall.php and paste the code below in the file, you will be able to add more sites in the $addedSites array. | |
<?php $cronUrl = 'http://%s/cron.php'; error_reporting(E_ALL); //default site ?> |
|
Schedule a Task | |
|
|
Check the schedule | |
Go to Administer|Status Report in Drupal and check if the Cron maintenance tasks executed correctly. | |
Sources | |
http://drupal.org/node/246091 |
- Log in to post comments