Copied to clipboard

Flag this post as spam?

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


  • Nate 143 posts 184 karma points
    Sep 26, 2012 @ 05:16
    Nate
    0

    Need help finding something in the source code...

    I'm trying to extract the umbraco.cms.helpers.url.formatUrl function from the source code to use on another project.

    I've found that function, but it in turn needs UmbracoSettings.UrlReplaceCharacters.

    I've drilled into that but this line stumps me:

     public static XmlNode UrlReplaceCharacters
     {
          get { return GetKeyAsNode("/settings/requestHandler/urlReplacing"); }
     }

    Where can I find /settings/requestHandler/urlReplacing?

    Thanks!
  • Mike Chambers 636 posts 1253 karma points c-trib
    Sep 26, 2012 @ 14:46
    Mike Chambers
    0

    [WESITE ROOT FOLDER]/config/umbracoSettings.config ;-) (for your particular site)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies