Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
to make it a bit more secure we want to move the login from /Umbraco to somewhere else.
What is the procedure to do this?
Thanks a lot!
It is defined in your web.config in the appSettings:
<add key="umbracoPath" value="~/umbraco" />
Hi Damon,
Never tried this myself but it "should" be possible.
You need to rename your Umbraco folder.
And then update the umbracoPath setting in the web.config with your new folder name.
https://our.umbraco.org/documentation/Reference/Config/webconfig/
Beware that when you have packages that make use of this folder these can break.
Dave
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
What is the procedure for changing the default cms location from /Umbraco?
Hi,
to make it a bit more secure we want to move the login from /Umbraco to somewhere else.
What is the procedure to do this?
Thanks a lot!
It is defined in your web.config in the appSettings:
Hi Damon,
Never tried this myself but it "should" be possible.
You need to rename your Umbraco folder.
And then update the umbracoPath setting in the web.config with your new folder name.
https://our.umbraco.org/documentation/Reference/Config/webconfig/
Beware that when you have packages that make use of this folder these can break.
Dave
is working on a reply...