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