Hello Dear all, I am facing problem with mod_rewrite. I have a login system. User can login in to it. Now i want to give unique URL to each Member. i.e. i want to change <http://localhost/tintu/tintusdetail.php?user=test> Into <http://localhost/tintu/test/> how i can do it? NOTE: please don't give me any other link i have already gone through almost all links available on Net to till now. Just give me code so that i can paste it in my htaccess. Thanks in advance.
RewriteEngine on RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^([a-zA-Z0-9_-]+)$ tintu/tintusdetail.php?user=$1&%1