On my website, I have a user profile php file, where if you write http://www.youdomain.com/user.php?id=[user id], it shows that user’s profile with that id.
Is there a way in htaccess that if a write http://www.youdomain.com/users/[user id], it will display the page http://www.youdomain.com?id=[user id]?
This should work 🙂