I'm a beginner in php and primarily with htaccess part. It's pretty darn confusing.
So I have this file :-
www.domain.com/profile.php?username=my_username
How can I make the above accessible using only :-
wwww.domain.com/my_username
Any kind of directions would be helpful
Something that I tried :-
RewriteEngine on
RewriteRule ^/([0-9]+)$ /profile.php?username=$1