I am trying to use a forward slash in replacement of a ?username=<username> to request data from a server.
Like this: https://<domain.com>/user/<username> instead of https://<domain.com>/user.php?username=<username>
What would be the best way to do this? Any help is apperciated!
I am using PHP as my server side language and mysqli as my database btw.