I am trying to Rewrite my mode using this info[copy from a website], but it\'s not working .. what\'s wrong with it and plz give a correct answer..
The Apache rewrit
Try
RewriteRule ^product/([a-zA-Z0-9_]+)/?$ product.php?id=$1 [L]