i am using aggregator core module in drupal and i need to schedule it in crontab but outside cron.php
i tried wget http://mywebsite.com/admin/content/aggregator/update/1
i got 403 forbidden error
i tried curl as well and it returns this as html part
You are not authorized to access this page
although i have set the permission of this module to anonymous users!!
any idea is highly appreciated Thanks
Thanks All for your help!! i solved my problem by scheduling the following code as a cron and thus it runs aggregator cron as i want: