I have a site that is being changed from a static to a dynamic using php (the site has been up for a year). I was told to do a 301 redirect, but the server uses IIS. So I can't use apache. Can I do 301 redirects using ISAPI? I'm basically looking for a way to not lose any benifits that my site has gained with linking and S.E's over the last year and not be penalized for dup. content. As well should I end up doing url rewrites with ISAPI if there is only one paramenter in the urls or is it not worth the bother? thanks
You might check out www.helicontech.com as well - they have a rewrite function that might be able to help you. Otherwise, if it is a 301 redirect and you have access to IIS, you can program it from the IIS console.