0

Sorry for the lack of coherence with sys-admin stuff... I'm a programmer ;)

I have the need to switch front-end's of a website based on either a hit-counter or some kind of timer (related question). Is this possible with mod_rewrite? any other interesting techniques?

Thanks

Derek Adair
  • 136
  • 1
  • 10
  • What are you trying to do? some kind of load balancing? could you please explain a bit more, then we might be able to really help you? thanks – Adam Benayoun Aug 15 '10 at 06:40

1 Answers1

0

This post talks about how to serve alternate content based on time using apache's mod_rewrite:

http://www.askapache.com/htaccess/time_hour-rewritecond-time.html

Hopefully it helps lead you in the right direction

iainlbc
  • 2,694
  • 19
  • 19