MSam Posted February 14, 2014 Report Posted February 14, 2014 Ok let me first start by saying I'm not worried about search engine traffic or bookmarking. So a never changing static URL works just perfectly fine for me. As it stands I have 2 seperate domains (an old one and a new one) and I'm using this code on the new domain. <frameset rows="100%"> <frameset cols="100%"> <frame src="http://OLD**** Domain.com/index.php"; frameborder="0" scrolling="no"> </frameset> </frameset> The problem is that I have a lot of links on the old domain and the moment one of them is clicked the URL changes to the old domain. I don't want that to happen. So what's the best way to mask the URL so that it always says "New****Domain.com" Quote
newseed Posted February 14, 2014 Report Posted February 14, 2014 What is your goal here? You can't override the old domain's url within iframe. It seems to me that you could easily transfer your old site over to the new domain and then change all the necessary paths to match that of the new domain. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.