Is there any way to redirect this link :
http://example.com/?page=profile.php&id=100
to
http://example.com/profile.php?id=100
using htaccess ?? by the way I know that I can redirect from
http://example.com/?page=profile.php
to:
http://example.com/profile.php
using 301 redirect
but I am asking about the id in the first link I use it with & while in the second URL I use it with ? is there a way to make the redirect taking the id parameter in consideration