For part of March 2012 I ran my wordpress install with URLs like these:
http://www.mysite.co.uk/2012/03/cityfibre-uk-agrees-significant-metro-fibre-broadband-investment-with-citigroup/
http://www.mysite.co.uk/2012/03/cat-jumps-off-roof/
But for various reasons I later had to adjust it so that now my URLs look like this.
http://www.mysite.co.uk/index.php/2012/03/cityfibre-uk-agrees-significant-metro-fibre-broadband-investment-with-citigroup/
http://www.mysite.co.uk/index.php/2012/03/cat-jumps-off-roof/
So what I want to do is perform an automatic redirect on any requests for "http://www.mysite.co.uk/2012/03/" (specifically the /2012/03/ part) so that those would then have the /index.php bit added in front. How best to do this without screwing up the rest of my site and should I use [R=301,L] instead of just [L]?