Hi All,
When I try to remap a custom page to the default.aspx url, Kartris gives a 404 error. You can remap "standard" pages like the contact.aspx without issue, but apparently not the custom pages - is there any workaround known for this, as we'd like our custom page to be our default.aspx page.
This works a treat
<urlMappings enabled="true">
<add mappedUrl="~/contact.aspx" url="~/default.aspx" />
</urlMappings>
This gives a 404 error
<urlMappings enabled="true">
<add mappedUrl="~/t-aboutiboga.aspx" url="~/default.aspx" />
</urlMappings>
Many thanks
[email protected]