need help with domain problem,you'll get +rep

Discussion in 'Reviews' started by ShamsiOwnz, Aug 5, 2008.

  1. #1
    Hey,i just registered a domain at name.com,and then it said it directed me to google apps,where you get to manage,add customize,or whatever your domain.

    But the problem is,i want to use ths domain to redirect to an affiliate link.I cannot seem to do that,what do i have to do? i used the edit html option,but it doesnt seem to work.anyone please help?
     
    ShamsiOwnz, Aug 5, 2008 IP
  2. gerdywerdy

    gerdywerdy Member

    Messages:
    381
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    35
    #2
    Hi there

    You could put an automatic redirect in the head of your index.html file using a meta redirect. See instructions below


    Example:
    <META HTTP-EQUIV="Refresh" CONTENT="1; URL=The web address or page you want to redirect to">
    Please note that the URL should be the full url of the page or site including the http://www etc.

    The above tag, refreshes the current page with the one listed after the URL=
    You should also remember that all the Meta tags go between the opening <head> and the closing </head>

    The number after the content= is the number of seconds before someone will be redirected e.g 1 or 0 for quick redirection

    another way is to use htaccess to do an automatic redict

    to redirect an entire site put this in your .htaccess file

    Redirect 301 / http://www.example.com/


    hope this helps

    Gerdywerdy
     
    gerdywerdy, Aug 5, 2008 IP
  3. NsaneNoob

    NsaneNoob Peon

    Messages:
    2,103
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You use a 301 redirect that goes in your index.html or php, w/e u have. The code is :

    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">

    the number 0 represent how fast it refreshes. The higher it goes, the longer it takes to get to the page.
     
    NsaneNoob, Aug 11, 2008 IP