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 635 posts 1252 karma points c-trib
    Sep 26, 2012 @ 14:46
    Mike Chambers
    0

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

Please Sign in or register to post replies

Write your reply to:

Draft