I have just created a new website in Composite C1.
I need to redirect some old URL's - mainly blog URLs - like this: http://www.mydomain.com/en/news/news.php?b=68
to the new format: http://mydomain.com/en/Blog/2013/04/30/Friendly-Article-Name
There are about 100 links to redirect.
As they are .php links I can't use 'URL Remapping' - explained here: http://docs.composite.net/Configuration/URL-Remapping
I also found this article on it - which didn't help much: http://compositec1.codeplex.com/discussions/308879
I have found this on the Legacy URL Handler. It says I can manually setup redirects by editing /App_Data/LegacyUrlMappings.xml - however this file does not exist. If I create it, it doesn't redirect.
I don't want to have to install PHP on my server.
What's the simplest way to do this - ideally within the C1 CMS web interface.