+ Reply to Thread
Results 1 to 4 of 4

Thread: redirecting a page in addon domain
      
   

  1. #1
    Judy Khoo is offline Members
    Join Date
    May 2005
    Posts
    30

    Default redirecting a page in addon domain

    I have created an addon domain to my account.

    Now, I would like to redirect a page from my addon domain to another site (eg. http://www.increasemyearnings.com/affiliate1.html --> http://www.affiliate1.com/user=12345 )

    How can I do this for my addon domain? I know this is possible for my main domain but since my domain name is totally different, I do not want to use that as it will confuse all my customers.
    Judy Khoo
    Work at home? Try http://www.increasemyearnings.com

    Relax and have fun at http://www.vikingbar.net

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,719

  3. #3
    Judy Khoo is offline Members
    Join Date
    May 2005
    Posts
    30

    Default Re: redirecting a page in addon domain

    Hi Chris

    Thanks for the scripts but is putting a script the only way for redirection of addon domains?

    Sorry but I am not a html programmer. Your example is for IE4. What happens to IE 5 or IE 6 or whatever future IE there maybe? Also what is other people are using Oprah or some other browers that is not in the script? Will they be automatically be redirected as well?

    Thanks and regards
    Judy Khoo
    Work at home? Try http://www.increasemyearnings.com

    Relax and have fun at http://www.vikingbar.net

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,719

    Default Re: redirecting a page in addon domain

    If not you can try this code bellow. Change the collectors-info url to the page you want it to go to & paste it in the head of the page from where the redirect is going to happen from.


    <html>
    <script>
    location = "http://www.collectors-info.com";
    </script>
    </html>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49