I'm really new at mod_rewrite and i have been trying to figure this out but really stuck. p Here is my issue.
I have a page http://example.com/user/?s=81 ?s=81 is reading from user id in the db.
What i would like to have is a link
http://example.com/nookie
In the database i have a field called whatuser so on row 81 in that field i have user nookie
So what i would like is to read from databse what user it is in database and create easi url from it. i have also several php pages inside that user folder so i need to be able to link to them like
example.com/nookie/step1.php
example.com/nookie/step2.php