Hi Guys,
Does anyone know how to do a conditional redirect for a client running Microsoft-IIS/6.0 ?
i.e they've got some foriegn launguage variables being passed from their french site to the UK that I just can't flush out.
they need:
site.com/cat/filename.asp?variable1=ok&variable2=french123&variable3
changing to
site.com/cat/filename.asp?variable1=ok&variable2=english123&variable3
i.e. where french123 may be fenetre and english123 may be window
Anyone know the answer - preferably with a 301?
Cheers all!