vhil/helpfulcore-wildcards

Facing Issue in resolution of virtualFolderPath

Opened this issue · 0 comments

HI, I have installed your module in my sitecore instance.It is multi site solution and we are using virtualFolder to resolve different site urls.

For Example :

<site name="test-es" hostName="test.local" targetHostName="test.local" language="es-ES" database="web" virtualFolder="/es" physicalFolder="/es" rootPath="/sitecore/content/test" startItem="/Home" />

<site name="test-de" hostName="test.local" targetHostName="test.local" database="web" language="de-DE" virtualFolder="/de" physicalFolder="/de" rootPath="/sitecore/content/test" startItem="/Home" />

<site name="test-en" hostName="test.local" targetHostName="test.local" database="web" language="en" virtualFolder="/" physicalFolder="/" rootPath="/sitecore/content/test" startItem="/Home" />

Site URLs:
test.local/es
test.local
test.local/de

We are not able to resolve home item when we hit test.local/de or test.local/es. It is always resolving wildcard(*) Item.