[DirectAdmin] Setting up Cronjob for Joomla jNewsletter
Method 1: URL access method curl http:// <domain.com> /index.php?option=com_jnews&act=cron wget -O - http:// <domain.com> /index.php?option=com_jnews&act=cron >/dev/null 2>&1 lynx -dump http:// <domain.com> /index.php?option=com_jnews&act=cron >/dev/null 2>&1 If you use 'wget' is better to add the '-O -' option for don't get writed the downloaded file to the disk, only to 'stdout' and if your file is in one protected dir you can add the options '--http-user=USERNAME --http-password=PASS', see bellow: wget -O - --http-user=USERNAME --http-password=PASS http:// <domain.com> /index.php?option=com_jnews&act=cron >/dev/null 2>&1 wget, lynx or curl doesn't work? If you having trouble getting lynx or wget to work. This may be the case if "localhost" is not permitted. Then wget, lynx or curl won't work on the local machine. Read more here http://drupal.org/node...