What is the best way to rewrite the url from
https://www.example.com/user/?user=MaxMustermann
to
https://www.example.com/MaxMustermann
I have tried that in the .htaccess-File with a RewriteRule, but if I open the URL exmaple.com/login.php, I get the Message "User not found", whats correctly. How can I solve this problem?