/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?
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.
/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?
Hi Neil,
This can be configured in the umbracoSettings.Config
and the .aspx extension under the web.config
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.
is working on a reply...