So, here's what I did:
- Logged in as
rootvia Shell - Typed
crontab -e - Typed
*/30 * * * * /path_to_website/cronjobs/cron.php
And now what? How do I save it? I just closed Putty and then logged back in as root, typed crontab -l, and no crons were added. So I must have screwed up somewhere.
I'd appreciate if someone could give me more detailed information.
And weirdly enough, when I log in as root and type crontab -e and I try to enter */30 * * * * ... it doesn't work right away (it only lets me type /). I first have to press like every key that's on my keyboard.