views:

7

answers:

0

I found a similar question unanswered here but I wanted to throw it out there again to see if anyone has any solution for this. I have a site that needs to display a different home page depending on the date and time. I know this could be done manually by manipulating the .htaccess at appropriate times but because of a myriad of logistic problems this is not really doable. I know one solution would be to set up a cron job for this but this is very new territory for me and I am not sure where to begin. Another thought I had was to have a javascript timer that displays the content I need at the appropriate times.. but I feel this may be overkill and am hoping for a speedier solution. Does anyone have any experience with implementing anything like this?