Forum Moderators: Robert Charlton & goodroi
I want to "301" the old pages to the new pages.
Any opinion on the best way to do this on an individual page level?
My choices are
1) ASP IN PAGE as : #Response.Status="301 Moved Permanently"
#Response.AddHeader "Location", "http://www.new-url.com/"
2) IIS 301 redirect at IIS server level
3) Mod Rewrite
Any suggestions?
I'm curious about your #3 choice - it seems to be an Apache method when the other two are Windows. Are you using a third party module there? If such a module is already installed on a Windows Server, that may be the easiest for you to work with. Still, it's all server side and would make no difference to Google.