I am rebuilding a site that I built almost a year ago, most of its pages are indexed and all are static .html pages, I am going to be running a CMS on the rebuilt version and all pages will have a .php extension. what I want to do is just write some sort of redirect the will redirect any would be visitors that may land on the old html pages to hompage.com is there an easier way of doing this other than going through each page of the site and writing rule something like this for each..
The pages that exist now the HTML pages will no longer exist on my server once I get the CMS up and running.
Thanks Jer
Code:
Redirect 301 /oldpage.html http://HomePage dot com
Thanks Jer