I am trying to load a page from a domain (say abc.com) to my website (say xyz.com). I would like to show a page from abc.com within xyz.com without showing the original URL. This means the site visitor will not be able to find out the original source URL (abc.com).
Share
Make a page in your website and put an iframe in it and set the url of that iframe as url of the page of the other website, in this way the page will be loaded from other site and url will be of your site.