Hello I created some page in Umbraco 4.7 CMS,
configure some alternative links to page(section) it looks like.
If I look at
Link to document
/folder/folder2/page1.aspx – workig
Alternative Links
- http://site.com/folder/folder2/page1.aspx – workig
- http://site.com/en/folder/folder2/page1.aspx – not working
- http://site.com/old-folder/folder2/page1.aspx – not working
but in browser just /folder/folder2/page1.aspx show a valid page other links redirect users to 404 page that configured in umbraco config file.
Have you considered using the UrlRewriting module to get this working. You could add a new rule similar to the following:
This could be further improved depending on your exact requirements but you could it you wanted rewrite all urls ~/en/folder/folder2/ to the new location.