Options +FollowSymLinks
RewriteEngine On
AddType text/html .html .htm
RewriteRule products/(.*)$ products.php?c_name=$1
RewriteRule product/(.*)$ product.php?file_name=$1
