Say I have my traffic going to
http://www.domain.com for which I have 4 entirely different HTML pages. I want these pages to rotate through 1 by 1 throughout the day. So each consecutive page view is displayed the next HTML file in the list, cycling through different pages for the viewers throughout the day. Evenly distributing the pageviews amongst the designs.
How would one go about achieving something like this? Is there an easy php fix for redirection that handles this function? Is it something doable with .htaccess?