redirecting a page link and changing page text based on link

KlokWorks

New Member
OK I am not sure if the question title is actually correct , newbie web developer here so bear with me.
This is an ASP.NET webiste running on IIS 6.0
So here is the problem: I have two pages called Page1 and Home
you can navigate to both like so
www.mysite.com/Page1.aspx, www.mysite.com/Home.aspxPage1 is now undergoing a lot changes so that it is going to end up looking a lot like Home except for some really small text changes. Also there are a number of emails in the wild with customers that link to Page1 and \ or Home What I want is a solution that does the following [*]Create One page( say newhome.aspx) which displays the correct text based on the URL of the link that people clicked on to get here [*]Let existing links go to this new page( and of course as per the above requirement the appropriate text would be displayed) I guess they sort of are the same requirement , bottom line I want only one page and all legacy links to continue to work as in get redirected to this new pageThanks
 
Top