I am looking for a method to redirect or re-write from one URL to another. Both URLs are live and pointing to our webspace, and both work. I just want visitors who type in the old URL to have their address bar show the new one so that people get used to our new URL and in time forget the old one. I can see how to redirect a directory or an individual file but not a whole site. I want the user who types in or clicks on:
[
oldurl.co.uk...]
to be redirected to
[
newurl.co.uk...]
Is this possible?