PDA

View Full Version : redirect a site


rtippit2000
01-19-2004, 01:12 AM
I just started my web site. Discountasp set up the Community Starter Kit for me.

My problem is that, I need to redirect "tippitfamily.net"
so that it goes to "tippitfamily.net/community"

How do I do this?
rtippit2000

steurm
01-19-2004, 02:30 AM
a way to get this done could be to include the redirect in the default page of your root-directory:
<ul> [b] <META HTTP-EQUIV=Refresh CONTENT="0; URL=http://www.tippitfamily.net/community">
[/list]

There are probably other possibilities as well ...

--
Steurm
www.steurm.net/steurm

andreas
01-19-2004, 03:52 AM
This works, but you should set the value to 5 (seconds) or so. Search engines don't like instant redirects. Porn spammers use that to misdirect users, so if you have a value = 0, the search engines might blacklist your URLs.