I deleted a product from my cart and then added it again so it now has a slightly different url. It ranks quite well on google (which I forgot about until after I deleted it ) so I would like to set up a redirect but not sure how to do it on windows hosting. Anyone know?
__________________ Natural Skin Care Products, hand made in Wales.
Coming Soon...the Mayan Spa indulgent bath and body treats.
the easiest way for a single page (if you don't have ISAPI rewrite) is to create a page with the old file name, and then place this code at the top of the page before anything else is sent to the browser.
You can make Windows behave just like Apache if you have the right tools at hand. The above is for Version 2.0 of ISAPI_Rewrite. Version 3.0 utilizes .htaccess which I'm still learning. I like 2.0 because I've worked with it for years and can easily cut and paste different rules when needed.
Sounds like the sort of thing I need to do. Can anyone with some technical knowledge confirm?