I haven't released the latest version that will allow you to do this yet, but it is ready and I'll make it available to you after purchase. I just need to finish the documentation. The actual Rule in PageBlaster is a little more complicated then what I showed, but once you do one they are easy. Here is what it will actually look like in PageBlaster: SearchFor:
/title> Replace-Respond With:
[PB: IF( Match("[PB:Request.Url]","/Products/ThermalProcessing/RotaryDryers/tabid/26/") ) {
[PB: Response.Status("301 Moved Permanently") ]
[PB: Response.AddHeader("Location","http://www.feeco.com/ProductsandServices/ProductLine/ThermalProcessing/tabid/84/RotaryDryers.aspx") ]
[PB: Response.End() ]
} else{
/title> }] You will create these rules in the Admin> PageBlaster section of the new site (one for each page you want to redirect).
You won't need to do anything with the old site since it has the same domain name.
The PageRank will eventually move from the old to the new page. To change the Urls in the output of your pages you will only need one rule in the Admin > PageBlaster config. SearchFor:
(/[^/]+)(/tabid/\d+)/Default\.aspx Replace - Respond With:
$2$1.aspx |