How do i display a webpage in my own website?

How can i display a web page in my website?

Hello,

Could you please explain what exactly do you mean by:

display a web page in my website

<iframe src="https://website.com"></frame>

?

1 Like

my website is good.com and i want to display best.com inside good.com

If you want to embed the other website in your page then the iframe would do the trick. If you want to point your website to the new website then you should create a redirect or point your dns to the other website.

1 Like