i am using url rewriting like
RewriteRule ^mobiles/(.*)$ /mobile_rating.php?alias=$1 [L,B]
which works well for me like
/mobiles/nokia70 /mobile_rating.php?alias=nokia70
i need a small change like
/mobiles/nokia70 /mobile_rating.php?alias=nokia70&product=mobiles
i mean to say like the mobiles in url must be changed to product=mobiles ..how do i do it..any tips