Forum Moderators: open
Redirect 301 /oldpage.html [yourwebsite.com...]
To see the http header:
Start a DOS command prompt
From the command prompt type
telnet [microsoft.com...] 80
(Turn on localecho so you can see what you are doing.
Type Ctrl+] (hold down the Ctrl key and press the right bracket)
Type
set localecho
Press Enter on a blank line
You only have to turn on localecho once.)
type
GET / HTTP/1.1
Host: www.microsoft.com
Press Enter twice