I would like some advice on how to “hide” all the GET variables inside the htaccess file for example:
https://www.mywebsite.com/index.php?r=<something>&n=<something else>&z=<something more>
I would like all the GET parameters to be “hidden”.
I know this can be done, I tried some solutions but without success.
for example:
https://www.mywebsite.com/customers
https://www.mywebsite.com/users
https://www.mywebsite.com/invoices
Thank you all
2