NVB
08-30-2001, 04:40 PM
I would like to redirect any hits on a message board to a different server, with a different domain name. Hits to other portions of the site should remain on the original server. The hits that should be redirected would be in the form messageboard.cgi , messageboard.cgi?az=list , messageboard.cgi?az=show_thread&omm=2&omm=23 , ... or messageboard/forum1/112.html
I am thinking about adding a Javascript statement or Meta tag to the top of each page in a template file. I could write to all the html pages at once through admin commands and I could update the cgi pages dynamically.
What would be the best Javascript command or Meta tag for this type of redirect?
Does anyone know a better or an alternative way to do this?
Is there any type of server level directory redirect for that would be more efficient and faster than the javascript?
I am thinking about adding a Javascript statement or Meta tag to the top of each page in a template file. I could write to all the html pages at once through admin commands and I could update the cgi pages dynamically.
What would be the best Javascript command or Meta tag for this type of redirect?
Does anyone know a better or an alternative way to do this?
Is there any type of server level directory redirect for that would be more efficient and faster than the javascript?
