Hi,
I have a product named XYZ. So google caches that page to p-123-XYZ.aspx.
Finally one day i rename the product XYZ to XXX. So now my page name is p-123-XXX.aspx. Since google already cached that page, when some one comes from google search, i dont want to show them product not available, instead i want it to redirect to my default page.
How to do this redirect (called 301 redirect) on the website level, without touching the IIS server. The product details page is just an example but we want this to be implemented on all the old pages (even non-product details page).
ANy thoughts ??