I want the following url
http://www.mydomain.com/user.php?id=username
to
http://www.mydomain.com/username
via .htaccess...
i also want to avoid subdirectory name conflict.... where i have a rewrite rule i.e
RewriteRule ^home/$ home.php?id=$1 [NC,L]
so my url become http://www.mydomain.com/home/ so i want this home to be ignored...in http://www.mydomain.com/username