| What is the cron command for importing the RSS feeds?
Hi there,
I'm running version 9.9.0. The talk here seems be about how to run the RSS feed imports without a cron job. My question is, how do I run it which a cron job? I can't figure out which file I should be running. I tried the following cron:
/usr/bin/php /var/www/vhosts/mysite.com/httpdocs/module.php?module=rss_import_do_import
since that's the file that is run when importing manually...
but it gave me the error:
Status: 404
Content-type: text/html
X-Powered-By: PHP/4.3.9
No input file specified.
How do I specify the input file? Am I running the wrong script?
Thanks,
Steve
|