Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > selecting links to other pages in editor results in use of IP address

selecting links to other pages in editor results in use of IP address

  • Harry avatar

    Posted on Feb 19, 2010 (permalink)

    When editing pages and selecting links to other pages, Sitefinity creates links with the IP address of the server. Currently, this server is not yet live and we access it via the IP.

    I am about to switch DNS and make this site live. How can I tell sitefinity to use the domain name instead of the IP address in all of the links?

    Harry

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Feb 21, 2010 (permalink)

    Hello Harry,

    Generally Sitefinity does not take the domain name( host) into account. We use dynamic links which are resolved by provider (Sitefinity for pages) and the ID (Guid) of a page.Making any changes to the host should not break the links. However if any problems appear you can use the API , get all pages (GetPages()) and change the links you want.

    Regards,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > selecting links to other pages in editor results in use of IP address