|
I think you want one of the HTTP 300 series of response codes. HTTP 302 is a temporary redirect, for example.
Basically, a 302 tells the web browser that the page lives at another address, and what that address is. The browser does the redirect for you.
|