How do I set up a CRON job?

I would like a code to direct to a certain page at 5pm every day and then back at 12 am every night if anyone knows of one, thanks

You don’t need a cron job to do that - all you need is for the page being loaded to test the time in whatever timezone you are using and if it is between the specified times then have it redirect to the other page without displaying the current page.

1 Like

Hi @Fish_Tight_Lines , welcome to the forum

What server-side language are you working with?