Hello! Here’s what I need to do…
url visited = http://anything.co.uk or http://www.anything.co.uk
i need to redirect the visitor to .com using:
header (‘Location: http://anything.com/’) - this is used in a php page template.
How can i do this with out knowing what ‘anything’ is?
Some thing to do with using $_SERVER I think.