redirect a site

Discussion in 'General troubleshooting' started by rtippit2000, Jan 19, 2004.

  1. 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
     
  2. a way to get this done could be to include the redirect in the default page of your root-directory:
    <ul>[*] [*]<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
     
  3. 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.
     

Share This Page