URL:
Method:
Use the 301 Moved Permanently HTTP status code to tell the client the target of the url.
Use the 302 Found HTTP status code to tell the client the target of the url.
Deliver a HTML site with a containing html-<meta>-tag to redirect to the new url.
This will use javascript so set the window.location to the desired url.