Embed External Website?

Embed External Website?

am 04.06.2007 18:15:18 von vunet.us

I would like to embed external website someweb.com to my own
myweb.com, so visitors would not notice that it is embedded.
Of course, frames, iframes, etc. are the way to go. But still, what is
the best way with today's technology to perform this?
Also, how would Search Engines crawl the pages?
Thanks.

Re: Embed External Website?

am 04.06.2007 19:31:22 von Andy Dingley

On 4 Jun, 17:15, vunet...@gmail.com wrote:
> I would like to embed external website someweb.com to my own
> myweb.com, so visitors would not notice that it is embedded.

Break into their office, steal their computers, then pretend they're
yours.

Re: Embed External Website?

am 04.06.2007 19:38:44 von Harlan Messinger

vunet.us@gmail.com wrote:
> I would like to embed external website someweb.com to my own
> myweb.com, so visitors would not notice that it is embedded.
> Of course, frames, iframes, etc. are the way to go. But still, what is
> the best way with today's technology to perform this?
> Also, how would Search Engines crawl the pages?

Doesn't greater search engine placement make it more likely that the
owners of the other site will find out that you're displaying their
pages as your own?

Re: Embed External Website?

am 04.06.2007 20:00:12 von vunet.us

On Jun 4, 1:38 pm, Harlan Messinger
wrote:
> vunet...@gmail.com wrote:
> > I would like to embed external website someweb.com to my own
> > myweb.com, so visitors would not notice that it is embedded.
> > Of course, frames, iframes, etc. are the way to go. But still, what is
> > the best way with today's technology to perform this?
> > Also, how would Search Engines crawl the pages?
>
> Doesn't greater search engine placement make it more likely that the
> owners of the other site will find out that you're displaying their
> pages as your own?

I remember this used to be a good group. Everything changes...
Both websites are mine! I need to implement what is in the question.
Please, do not post unrelated answers.

Re: Embed External Website?

am 04.06.2007 20:40:25 von Knut Krueger

vunet.us@gmail.com schrieb:
> On Jun 4, 1:38 pm, Harlan Messinger
> wrote:
>> vunet...@gmail.com wrote:
>>> I would like to embed external website someweb.com to my own
>>> myweb.com, so visitors would not notice that it is embedded.

> Both websites are mine!

Hi vunet.us
I think everybody thought that you would like to embed a website of
another owner.

Maybe you will get more useful hints after your second statement.

But by the way: Where is the problem to duplicate the code to the second
server.
The only amount is to use and ftp client twice.

Knut

Re: Embed External Website?

am 04.06.2007 21:16:47 von vunet.us

On Jun 4, 2:40 pm, Knut Krueger wrote:
> vunet...@gmail.com schrieb:
>
> > On Jun 4, 1:38 pm, Harlan Messinger
> > wrote:
> >> vunet...@gmail.com wrote:
> >>> I would like to embed external website someweb.com to my own
> >>> myweb.com, so visitors would not notice that it is embedded.
> > Both websites are mine!
>
> Hi vunet.us
> I think everybody thought that you would like to embed a website of
> another owner.
>
> Maybe you will get more useful hints after your second statement.
>
> But by the way: Where is the problem to duplicate the code to the second
> server.
> The only amount is to use and ftp client twice.
>
> Knut

I provide some of my clients with web interface. Those clients want to
use their own domains to show my website. For example, my client has a
domain clientname.mywebservice.com but I want them to have
clientname.com with a content of clientname.mywebservice.com. iframe
or frame is a way to go, obviously but I want to explore other
possible solutions...
So, any ideas?

Re: Embed External Website?

am 04.06.2007 23:02:44 von Andy Dingley

On Mon, 04 Jun 2007 18:00:12 -0000, vunet.us@gmail.com wrote:

>Both websites are mine! I need to implement what is in the question.

Then in that case, use SSI.

Re: Embed External Website?

am 04.06.2007 23:20:52 von vunet.us

On Jun 4, 5:02 pm, Andy Dingley wrote:
> On Mon, 04 Jun 2007 18:00:12 -0000, vunet...@gmail.com wrote:
> >Both websites are mine! I need to implement what is in the question.
>
> Then in that case, use SSI.

Not all servers permit SSIs. There may be additional configurations
needed to run them. My clients may be uneducated in this. I am more
looking into copy/paste options for my website code to run on other
servers.
One problem with SSIs, from the hosting point of view, is they slow
down server processing. Another is that they create certain security
concerns.

Re: Embed External Website?

am 04.06.2007 23:53:45 von I V

On Mon, 04 Jun 2007 19:16:47 +0000, vunet.us wrote:
> I provide some of my clients with web interface. Those clients want to
> use their own domains to show my website. For example, my client has a
> domain clientname.mywebservice.com but I want them to have
> clientname.com with a content of clientname.mywebservice.com. iframe
> or frame is a way to go, obviously but I want to explore other
> possible solutions...

(Tried to post this before but it doesn't seem to have made it)

Use DNS - make www.clientname.com a CNAME for clientname.mywebservice.com
.. Depending on how your webserver is configured, you may also need to set
www.clientname.com as a virtual host name for the website in question.

Re: Embed External Website?

am 05.06.2007 02:27:29 von Andy Dingley

On Mon, 04 Jun 2007 21:20:52 -0000, vunet.us@gmail.com wrote:

>Not all servers permit SSIs.

All useful servers do. If yours don't, move.

>My clients may be uneducated in this.

OK, I give up. As you obviously can't ask a question without feeding it
to us in drips and drabs, I have no further interest in trying to answer
the wrong thing over and over.

> I am more
>looking into copy/paste options for my website code to run on other
>servers.

You clearly know everything, so you go and sort it out yourself.

>One problem with SSIs, from the hosting point of view, is they slow
>down server processing.

Why?

>Another is that they create certain security concerns.

Such as?