Cron Job Commands

Status
Not open for further replies.

weeklyca

Member
Messages
33
Reaction score
0
Points
6
The way understand it, Wget and curl commands are not an option with free hosting.

Does anyone know how to structure commands o they will work on these servers?

path: /home/weeklyca/public_html/wp-cron/cron.php

Should I add

define('DISABLE_WP_CRON', true);

to the wp-config file?
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
PHP's curl functions work; it's only the shell command you can't use. wget doesn't have a PHP equivalent.
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
The cron tab doesn't use PHP commands. Use the second syntax to launch the PHP file (remembering that it is invoked as an argument to PHP - /usr/bin/php - and not as a stand-alone).
 
Status
Not open for further replies.
Top