does any one know a script or a trick to do this:
i own a ...
-
need help with this.
does any one know a script or a trick to do this:
i own a yyy.com domain name...but i want to fake the url as xxx.com
like:
when a user clicks a yyy.com link it will get redirected to xxx.com domain name which i dont own but still it will show my sites content.
i think its inpossible...but as it said nothing is impossible i am just trying my luck ...
if its possible ill be very keen to learn the method.
thanks.
Last edited by billrolls; 01-18-2009 at 03:34 PM.
-
-
-
Re: need help with this.

Originally Posted by
billrolls
does anyone know any script like this:
i want to direct my visitors to a particular site without changing the site url
like :
xxx.com is redirecting to yyy.com
but when visitors are redirected they still see xxx.com instead of yyy.com
thanks
can anyone post a good tutorial here.i did a search but i am not understanding a bit..
You will need to iframe your offer like this:
Code:
<html>
<head>
<title>Iframe yyy.com</title>
</head>
<body style="margin:0px">
<iframe frameborder="0" src="http://yyy.com" height="100%" width="100%"></iframe>
</body>
</html>
If you save the above as index.html on xxx.com and access xxx.com/index.html you will see yyy.com on that page but the address bar will still show xxx.com.
Is that what you're looking for?
-
The Following User Says Thank You to zone69 For This Useful Post:
-
Re: need help with this.
i think i just changed my post.i was confused ...but now what i want is posted again..
but anyways a hearty thanks to you for helping.
as i needed this too
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks