At 05:22 PM 5/1/02 -0400, you wrote: >If I had a website (B) and then I acquired a domain (A) because the domain is >easy to remember moreso that my website... >...I need to know how to redirect (A) people to the (B) site... >In other words the (A) place is a blind one, will only redirect to the >(B).... >any takers on this one? Here is how I redirect people from index.html to okmcclain.html which is the actual page for the McClain county webpage. Insert this code in between the <head> and </head> tags. If you use some kind of program to generate your webpage, just open the webpage with a text editor like Notepad. You will probably see some other meta tags there, just put this one below them. The number 5 is a time delay before it transfers. To see it work goto http://www.rootsweb.com/~okmcclai/index.html <meta http-equiv="refresh" content="5;url=http://www.rootsweb.com/~okmcclai/okmcclain.html"> Gene