My question is in this URL :
site.com/embed.php?id=a48sa4d2a3s4d65a1s5d6a1sd56
I get this value for $_GET['id']
.
How can I turn into a beautiful and organized URL ? Example:
site.com/embed/a48sa4d2a3s4d65a1s5d6a1sd56
I want to remove this parameter ?id=
.
I've already been able to remove .php
with .htaccess
.