I've migrated from another platform and I'd like to redirect the profile URL's to the new ones...
This was the old URL:
www.example.com/profile.php?ID=usersprofile&lang=ru
All I need/want to carry to the new URL is the value in ID= so like this:
www.example.com/usersprofile
I've tried various examples already but none actually work, since the example are not quite the same as what I'm looking for...
Any suggestion?