Hi Folks -
I’m moving a site from coldfusion to EE. It has over 200 well ranked pages,and for SEO and general navigation purposes I need to 301 them.
It would be laborious to produce and check an .htaccess file with 200+ redirects manually (and I assume server speed parsing it would be slow?).
The url structure of both the old and new sites are ‘mappable’, from:
http://oldsite.com/public/123.cfm
to
http://newsite.com/article/url_title
...and I have the ‘oldsite’ page number available as a custom field in newsite. So in my templates, I can ‘translate’ urls from oldsite to newsite by using {exp:weblog entries} and my custom field.
If I could do this in my .htaccess file, of course, my 301 problem would be solved, but I’m not aware of any way to have EE parse an .htaccess file.
Any smart ideas? Suggestions? Aspirin?
Thanks in advance!