Edit:
At the moment the solutions have not worked for me. The only one that I am testing and that I see that it does access the URL is with the following code:
RewriteEngine On
RewriteRule ^XboxOne/([0-9]+) single.php?id=$1
This leaves me with a URL in localhost as: http://localhost/xboxone/XboxOne/258
The problem that I am finding is that the ID does not take it well, which returns a null array of the database.
I have a small problem with the URLs of my web page. My links are of the style:
http://www.lalalalala.com/single.php?ID=224
http://www.lalalalala.com/noticias/noticias.php?ID=105
The first one is for game technical cards, and the second one and the one that worries me most is the news one. For what they have commented to me it is not the same to have it as I have it to have it for example
http://www.lalalalala.com/noticias/las-mejores-ofertas-de-xbox
The problem is that I have read that you have to be very careful and make a backup, however this is not what worries me, rather the fact that the previous links stop working and can not be redirected. The web is open since November, and I usually publish daily with what I have that concern that the links stop working.
I would like to know if you recommend the change and how to proceed, I understand that something can improve SEO.