On my website there is a user profile file, which is in php. Where if you write http://www.youdomain.com/user.php?id=%5Buser id]. It shows that users profile with the id.
Is there a way in htaccess that if a write http://www.youdomain.com/users/%5Buser id] it will display the page http://www.youdomain.com?id=%5Buser id].
Thank you.
1 Answer