I have a database of content. I use a template file to call details to populate the page
so things like this
domain.com/data.php?id=25
Historically I did use this structure.
I now use htaccess so that I actually call these pages using
domain.com/data/25
All good so far. But google is listing both urls in WMT and giving me a duplicate title error.
So what can I do? I'd like to redirect the former to the latter, but nothing I try seems to work. Any help greatly appreciated.
TIA Jules
thanks all