set up cron with wget
set up cron by wget
wget --quiet -O /dev/null https://cron.com/cron.php
set up cron by wget and if exist parameter in url
if shop_id in url as parameter
Note : ' single quote add before and after url.
wget --quiet -O /dev/null 'http://cron.com/cron.php&id_shop=1'
Comments
Post a Comment