Hi everyone, i try to create a cron job for wpallimport with no luck.
What i have tried so far,
/usr/local/bin/php /home/usernaname/public_html//wp-load.php?import_key=MYKEY&import_id=1&action=trigger
curl "https://MYWEBSITE.com/wp-load.php?import_key=MYKEY&import_id=1&action=trigger"
wget -q -O - "https://MYWEBSITE.com/wp-load.php?import_key=MYKEY&import_id=1&action=trigger"
But none of those worked (same methods had been applied for action=processing). Am i missing something, because all this have worked with cPanel, plesk.