Hello! I migrated my webpage from Hostgator to Cloudaccess and I am trying to install cronjob for my easysocial system, but I have not idea how is the correct url for the cron job. In hostgator I used to use this one:
/usr/bin/wget -O /dev/null 2>&1 "
http://domain.com/index.php?option=com_easysocial&cron=true&phrase=mypassword";
The problem is that this url doesnt work anymore for cloudaccess. Could you help me, please?
Thanks!