Copied to clipboard

Flag this post as spam?

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


  • Neil 63 posts 105 karma points
    Oct 29, 2013 @ 17:51
    Neil
    0

    /umbraco.aspx#content showing up as /#content in some umbraco sites

    Running umbraco 4.7.

    At my job, we have many umbraco cms sites and a template project from which we create them.  I've noticed that for the older sites created before my time, when you log into the cms the 'umbraco.aspx' that comes after the trailing slash in the url is not included, but in newer sites I develop, it is. 

    Can anyone tell me where such a thing is configured, and how do modify it?

  • Fuji Kusaka 2203 posts 4220 karma points
    Oct 30, 2013 @ 07:21
    Fuji Kusaka
    0

    Hi Neil,

    This can be configured in the umbracoSettings.Config

    <addTrailingSlash>true</addTrailingSlash>

    and the .aspx extension under the web.config

    <add key="umbracoUseDirectoryUrls" value="true" />
  • Neil 63 posts 105 karma points
    Oct 31, 2013 @ 13:45
    Neil
    0

    Thanks for the reply.  Unfortunately, I have tried both of those things and neither work.  The umbracoUseDirectoryUrls affects the public side of the site, not the CMS, as does the trailing slash setting. 

Please Sign in or register to post replies

Write your reply to:

Draft