I'm breaking my head for hours trying to understand the htaccess thing
My need is as follows, I have a root directory of my system, and each user accesses the system through the URL www.mydminio.com.br/nomedusername
But I need to be internally uploaded to www.meudminio.com.br/sistema/index.php, without revealing the user, and without changing the URL, even if interacting with the system, if he tries to access:
www.meudminio.com.br/nomeusuario/contas?id=20 would be www.meudminio.com.br/sistema/contas?id=20
Can htaccess help me with this?