Hi there! Here’s what I’m trying to accomplish:
Create ONE URL link (a forwarder) that forwards to one of several other URLs based on time.
For example:
If it’s between the 1st and 10th of the month, the link forwards to DEST1.
If it’s between the 11th and the 20th of the month, the link forwards to DEST2.
If it’s between the 21st and the 31st of the month, the link forwards to DEST3.
BUT: The original link (the forwarder,) must be static and never change.
Any ideas?