Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sony 20 posts 40 karma points
    Nov 25, 2010 @ 15:11
    Sony
    0

    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

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Nov 25, 2010 @ 17:53
    Lee Kelleher
    0

    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.

  • Sony 20 posts 40 karma points
    Nov 26, 2010 @ 05:26
    Sony
    0

    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

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Nov 26, 2010 @ 10:07
    Lee Kelleher
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft