intergrate single umbraco site to non-umbraco multiple domains
hello folks.,
how to intergrate a website which is done in umbraco with other domain which are from other domains(not umbraco).
example: we have have many links where each links go to separate websites in which one of the link is "product" which must go to the website developed in umbraco. how to accomplish this?
it shoud not be a external link but part of a website
for example : we have site www.example.com ,in that we have many links such (Services,products,entertainment etc) in which product link should go to the umbraco site within this domain as like www.example.com/product.aspx( product.aspx is an umbraco site) whereas Services link,entertainment link are from other domains not from umbraco.
is it possible? if so then how to accomplish this ?
I still don't really understand how your Umbraco website is set-up. When you say "product.aspx" is an Umbraco site - do you mean as a content node/page?
Is the root domain (example.com) powered by Umbraco? If not, then that's where I'm having difficulty understanding your set-up.
If Umbraco is powering the domain, then the links you need for Services, Entertainment, etc - you can either hard-code those links into your navigation (using MasterPage Template or Macro: ASCX / XSLT) ... or create those content nodes/pages in Umbraco with a doc-type called "External Link" and a textstring property called "externalLink". Then in an XSLT macro, when building your navigation links, you can check if the node/page is internal/external-link.
intergrate single umbraco site to non-umbraco multiple domains
hello folks.,
how to intergrate a website which is done in umbraco with other domain which are from other domains(not umbraco).
example: we have have many links where each links go to separate websites in which one of the link is "product" which must go to the website developed in umbraco. how to accomplish this?
thank you
Hi Sony,
To link to an external website, you could use a textstring property to store the URL?
Then use XSLT to list the external links.
Cheers, Lee.
Hi,
it shoud not be a external link but part of a website
for example : we have site www.example.com ,in that we have many links such (Services,products,entertainment etc) in which product link should go to the umbraco site within this domain as like www.example.com/product.aspx( product.aspx is an umbraco site) whereas Services link,entertainment link are from other domains not from umbraco.
is it possible? if so then how to accomplish this ?
thank you
regards,
sony
Hi Sony,
I still don't really understand how your Umbraco website is set-up. When you say "product.aspx" is an Umbraco site - do you mean as a content node/page?
Is the root domain (example.com) powered by Umbraco? If not, then that's where I'm having difficulty understanding your set-up.
If Umbraco is powering the domain, then the links you need for Services, Entertainment, etc - you can either hard-code those links into your navigation (using MasterPage Template or Macro: ASCX / XSLT) ... or create those content nodes/pages in Umbraco with a doc-type called "External Link" and a textstring property called "externalLink". Then in an XSLT macro, when building your navigation links, you can check if the node/page is internal/external-link.
Cheers, Lee.
is working on a reply...