I have tried severally for couple of hours but not getting it right. I am new to htaccess and all i'm googling seem not to help. How do I rewrite this url
http://localhost/appgat/profile/?service-provider=Tech&job=29
to something like this
http://localhost/appgat/service-provider/tech/29
I have tried several tricks that I don't even understand their meaning including this last one
RewriteRule ^service-provider/([0-9a-z]+) profile/service-provider=$1&job=$2 [NC,L]