i have already look for this How to create user profiles with PHP and MySQL and this profile username in URL instead of user ID and the others as well. but it is still not working for me. My current url when the user view his/her profile is like this http://localhost/sn/profile.php?id=1 now what i want for the url is to be like this http://localhost/sn/myusername i know this is maybe a duplicate but still any answer didn't work for me so far :( any help please? Thanks in advance.
This is what i have tried in my .htaccess
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)/$ http://localhost/sn/profile.php?id=$1
sndirectory or in document root directory ?snfolder together with myindex.phpandprofile.php