How not to show the url when a website is redirected

I have a website that’s hosted on my personal server, but the website isn’t pointed towards it and it is redirected.

So what i might like to do is if this particular website is www. theirsite. com and it is redirected to online world. oursite. com/theirsite just how do i get the url to settle as www. theirsite. com

Im assuming you’re discussing getting the URL inside the address bar to say www. theirsite. com if you are actually at online world. oursite. com/theirsite

indeed

The only way We can think of doing this is using a new frameset to connection to www. oursite. com/theirsite.
The particular index page at theirsite. com may be as simple because this

Code:
< html>
< frameset cols=" *" >
< shape src=" http: //www. oursite. com/theirsite" >
< /frameset>
< /html> 

Frames aren’t good for engines like google remember, in this situation where they are worried theirsite. com includes no content along with wouldn’t be ranked well.

IIRC, that you can do this with. htaccess, but I’d do make certain they are of WDF to be certain.

Thanks guys, I’ll check that out

This could help:
htAccess Generater Tryout.

This entry was posted in Web Design and tagged , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *