URL Frame Redirect (Cloaking)

Discussion in 'HTML & Website Design' started by Ripped, Aug 28, 2008.

  1. #1
    I would like to do a frame redirect from one of my domains to another domain.
    My domain doesn't contain any information, all that I want done, is mydomain.com to redirect to somedomain.com, meaning when the user enters mydomain.com, he infact is viewing somedomain.com, however mydomain.com is shown at the URL box and not somedomain.com .

    I know this can be done with a 2-3 lines of simple javascript or php code.

    Can anyone tell me how to do this?
     
    Ripped, Aug 28, 2008 IP
  2. DREAM SIZE

    DREAM SIZE Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    What are you trying to do though?

    Do you want somedomain.com to be showing in the URL? If so, why are you even using frames if all you're doing is forwarding your site to another?
     
    DREAM SIZE, Aug 28, 2008 IP
  3. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #3
    he wants his url to show, with the other sites content

    just setup a big frame, it isn't that hard, but isn't very nice either if the other domain your stealing the content off of isn't yours.
     
    Brandon Sheley, Aug 28, 2008 IP
  4. DREAM SIZE

    DREAM SIZE Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    "however mydomain.com is shown at the URL box and not somedomain.com ."

    I don't think that's what he wants since that's what's happening already.
     
    DREAM SIZE, Aug 28, 2008 IP
  5. Ripped

    Ripped Well-Known Member

    Messages:
    2,151
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    165
    #5
    Here's what I meant, sorry for being incoherent:

    The original site is:
    http://www.conversational-hypnosis.com

    A site that is doing a Frame redirect to http://www.conversational-hypnosis.com is truehypno.com

    I want to do what is done with the truehypno.com domain, which is frame redirection. When you enter truehypno.com the URL box still says truehypno.com even thought you're redirected to another site, thus, most users (if not all) don't even know they're at http://www.conversational-hypnosis.com

    I want mysite.com to redirect to anothersite.com just like truehypno.com redirects to http://www.conversational-hypnosis.com

    Thanks
     
    Ripped, Aug 28, 2008 IP
  6. Ripped

    Ripped Well-Known Member

    Messages:
    2,151
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    165
    #6
    anyone? (sorry for bumping)
     
    Ripped, Aug 29, 2008 IP
  7. MrBounce

    MrBounce Active Member

    Messages:
    215
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #7
    I need an answer to exactly this question also...

    <html><head><title>truehypno.com</title></head><frameset rows='100%, *' frameborder=no framespacing=0 border=0><frame src="http://ripped2.cohypnosis.hop.clickbank.net" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame></frameset><noframes><h2>Your browser does not support frames. We recommend upgrading your browser.</h2><br><br><center>Click <a href="http://ripped2.cohypnosis.hop.clickbank.net" >here</a> to enter the site.</center></noframes></html>

    is what I pulled from the pagesource. I suppose simple creating an index.html file from this would do the same for any site of mine?
     
    MrBounce, Jun 23, 2009 IP