Automatic redirect of a page??

Permalink
Hello all! I have a request from a client. He wants a specific page to redirect at a certain (specified) time and day to another page. On the first page I have an XML/flash streaming audio player that has files on my server. We want this page to automatically redirect to another page in Concrete 5 install every Saturday, 11:00 am Eastern time, USA. Is this possible? Easy? Help? Thank you everyone!!

dennis007
 
Mnkras replied on at Permalink Reply
Mnkras
you can use an event for this, you would first check the path of the page, if it matches get the current date, if its a sunday get the current time, if it is $this->redirect('somepage');
dennis007 replied on at Permalink Reply
dennis007
Thank you so much for your response! I apologize, but I feel like you just spoke another language to me-lol. If you have time, can you provide a little more detail? Start at the beginning...i have been successful in creating a great deal of functionality with C5, and other CMS, but this particular topic is really new to me. I appreciate you and your time very much!