INteresting custom pages and URL remapping glitch

Posted By ibogashop Wed 26 Feb 2014
Add to Favorites0
Author Message
ibogashop
 Posted Wed 26 Feb 2014
Supreme Being

Supreme Being - (3,852 reputation)Supreme Being - (3,852 reputation)Supreme Being - (3,852 reputation)Supreme Being - (3,852 reputation)Supreme Being - (3,852 reputation)Supreme Being - (3,852 reputation)Supreme Being - (3,852 reputation)Supreme Being - (3,852 reputation)Supreme Being - (3,852 reputation)

Group: Awaiting Activation
Last Active: Tue 18 Mar 2014
Posts: 5, Visits: 12
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]


Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top