Score:0

How to host a page under an external subdomain?

ch flag

Expected:

A visit to news.autobahncph.dk loads content from leadautomation.dk

  • The url should not change once the content is loaded

Example:

Let's say that a user visits: news.autobahncph.dk/page-name

The user should see the content from: leadautomation.dk/page-name

And the URL should still be the same: news.autobahncph.dk/page-name

Any help would be much appreciated!

What have I tried?

Using frameset:

  • I managed to get the page at news.autobahncph.dk load the content from leadautomation.dk using an index.html in root of news/ with the following code:
<frameset rows="100%,*" border="0" frameborder="0">
<frame name="__main" src="http://leadautomation.dk/page-name/" noresize frameborder="0">
</frameset>

BUT:

  • The url does not include the page name

  • External links do not work, because some sites don't show their page in a frame.

So, how to solve this without a frame?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.