Example - AM page

 

We have a pair of pages, one shown in the morning and the other shown in the afternoon (AM and PM). Both have a conditional redirect attribute that tests the time and redirects to the other page if the time is not correct for viewing the current page.

You need to be careful when setting up such complimentary conditions to not end up in a loop.

The conditions are checked relative to server time (Europe).

AM

Try and go to the PM page.

Additional Pages

Conditional Redirect in not a substitute for page permission. If you need genuine security, require users to register and login and use page permission to determine what pages they can see.