How can I add this to cron jobs?
Posted: Fri Feb 19, 2016 3:37 am
I need to add the following code to cron jobs
it should be every 20 minutes
i used * in every fields except on minutes tht i used */20
and for the command i tryed to use like this because is how the plugin gave me the code and 1 of the possibilities that answer a user here in the first post answer.
viewtopic.php?t=5599
why it doesnt works?
Code: Select all
php -q -d safe_mode=Off /home/****/web/***.com/public_html/iwp/cron.php >/dev/null 2>&1
i used * in every fields except on minutes tht i used */20
and for the command i tryed to use like this because is how the plugin gave me the code and 1 of the possibilities that answer a user here in the first post answer.
viewtopic.php?t=5599
why it doesnt works?