Thanks for the suggestion Alex, but...
Not exactly...
I cannot add /en
I could add localhost:9005/en as a hostname.
Which does work, but it seems very wrong, and I do sometimes copy the DB between environments where the hostnames are different, so I don't want to do that.
umbracoHideTopLevelNodeFromPath = "false" returns "/" not "/en/"
Given this query:
Why is the "Url" property of my english homepage = "/" and the URL of my chinese homepage = "/cn/" ?
I want english to be "/en/" not "/"
I have
<add key="umbracoHideTopLevelNodeFromPath" value="false" />
Is there anything else that could affect this?Umbraco version 7.12.4
Hi Murray,
Can you add to managing hostnames /en as a host for English version of the website?
Thanks,
Alex
Thanks for the suggestion Alex, but...
Not exactly...
I cannot add
/en
I could addlocalhost:9005/en
as a hostname. Which does work, but it seems very wrong, and I do sometimes copy the DB between environments where the hostnames are different, so I don't want to do that.my hacky work-around currently is:
you can add hostnames for all environments there, it's not a problem for Umbraco
is working on a reply...