Forum Moderators: Robert Charlton & goodroi
Redirect 301 /the_old_page.htm http://www.example.com/example.html
Redirect 301 /the_old_page2.htm http://www.example.com/example.html
Redirect 301 /the_old_page3.htm http://www.example.com/example.html
RewriteRule ^the_old_page1?\.html? http://www.example.com/example.html [R=301,L]
RewriteRule ^the_old_page2?\.html? http://www.example.com/example.html [R=301,L]
RewriteRule ^the_old_page3?\.htm? http://www.example.com/example.html [R=301,L]
RewriteRule ^(the_old_page1|the_old_page2|/folder/the_old_page3)\.html? http://www.example.com/example.html [R=301,L]
RewriteRule ^(the_old_page1|the_old_page2|folder/the_old_page3)\.html? http://www.example.com/example.html [R=301,L]
RewriteRule ^the_old_page[12]\.html? http://www.example.com/example.html [R=301,L]
RewriteRule ^folder/the_old_page3\.html? http://www.example.com/example.html [R=301,L] RewriteRule ^(gadgets|doodads)\.html? http://www.example.com/example.html [R=301,L]
RewriteRule ^folder/armadillo\.html? http://www.example.com/example.html [R=301,L]