I keep getting errors when I try to excute a cron job that I'm trying.the following code is:
/home/username/public_html/admin/sitemonitor.php
I don't want to put my username on this post. But I keep getting acess denied. looking at other posts i have this all wrong. I tried this: cd'/home/username/public_html/admin/'; php -q '.sitemonitor.php' > /dev/null ; but I get no such dir. please help...thanks
/home/username/public_html/admin/sitemonitor.php
I don't want to put my username on this post. But I keep getting acess denied. looking at other posts i have this all wrong. I tried this: cd'/home/username/public_html/admin/'; php -q '.sitemonitor.php' > /dev/null ; but I get no such dir. please help...thanks
Comment