I have a SharePoint 2010 web application "myapp.test.com" and I have extended this application to myapp-edit.test.com
I also have configured the following two alternative access mapping urls:
•myapp.test.com (Zone: Default)
•myapp-edit.test.com (Zone: Intranet)
I have created a list with an hyperlink column. The problem is that when I add an item to this list with url: myapp.test.com/Pages/myPage.aspx
then this url gets changed to
myapp-edit.test.com/Pages/myPage.aspx
How do I make it stay as myapp.test.com/Pages/myPage.aspx
?
I would recommend to make it /Pages/myPage.aspx
, and it will work in both cases.