1
My doubt lies in this URL:
site.com/embed.php?id=a48sa4d2a3s4d65a1s5d6a1sd56
I get that amount for $_GET['id']
.
How can I turn into one URL beautiful and organized? Example:
site.com/embed/a48sa4d2a3s4d65a1s5d6a1sd56
I want to remove this parameter ?id=
.
I’ve managed to remove the .php
with .htaccess
.