For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting bounced away from /umbraco

working on a local site and every time you hit /umbraco to try and access the backoffice you get redirected back to localhost.

It's an SSL issue, just set :

<add key="umbracoUseSSL" value="false" />

Last updated