mod rewrite rule for parameters
问题 I have below url(s) www.localhost.com/profile.php?username=first.last i would like to permanently redirect above url to using .htaaccess file. (apache server) www.localhost.com/first.last please also consider there are few other urls there but i dont want to touch them..like www.localhost.com/message.php?id=12 www.localhost.com/editprofile.php?editname=first.last www.localhost.com/uploadphoto.php?username=first.last can anyone please help me. thank you in advance. 回答1: You could try to handle