change umbraco backoffice path in v13
b
I am trying to change the backoffice path ('/umbraco/...') so i can accesse Umbraco using a different path like "mysite/something"
i mean i tried this in appsetting.json : "Umbraco": { "CMS": { "Global": { "Id": "826cb42e-cf40-4c7d-ab30-a0ae85f17642", "SanitizeTinyMce": true, * "UmbracoPath": "~/nepal" * }, "Content": { "AllowEditInvariantFromNonDefault": true, "ContentVersionCleanupPolicy": { "EnableCleanup": true } },
r
As far as I'm aware, this is no longer possible - they removed the feature in v10. There's a long discussion about it on a github issue, but the official response can be found here: https://github.com/umbraco/Umbraco-CMS/issues/12593#issuecomment-1607150190
64 Views