I need help with friendly URLs using the Apache .htaccess file. I explored several publications and none of them has worked for me, because I need two parameters .
For example:
https://api.mysite.com/api/url/create
/ api / is a directory
It will be treated as:
https://api.mysite.com/api/url.php?act={create, delete, etc}
PS : Parameter 1 would be url or whatever, which opens the file parametro1.php, the second would be create or anyone that specifies the GET parameter to the file.