CronJobs Settings Format
-
I too am having problems configuring my cron job. Can’t get it right following this format:
cd /your/path/to/website; php -q wp-cron.php
The path I have is:
/usr/local/bin/php /home/domainin/public_html/
making the code:
cd /usr/local/bin/php /home/domainin/public_html/; php -q wp-cron.php >/dev/null 2>&1
but it’s still not working.
Any thoughts on how to fix this?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CronJobs Settings Format’ is closed to new replies.