I’m replacing a ColdFusion website with an EE site and wish to ensure that existing external links to ColdFusion pages are automatically redirected properly. For example, I wan’t an existing link like this:
http://www.domain.com/index.cfm?fuseaction=artist&artist=131
To return a specific category URL like this:
http://www.domain.com/index.php/artists/illustrator/illustrator-name/
I would like to hard code each ColdFusion URL, telling it which new EE URL to point to. Is there a way of doing this by placing an index.cfm file on my server with some PHP in? This would be similar to the ‘What about other files?’ info listed here:
http://expressionengine.com/docs/installation/pmachine_migration.html
I’m not a PHP expert and really appreciate any advice anyone can give!