Options +FollowSymLinks
RewriteEngine on
RewriteRule ^100bestbuy/products/(.*)/$ /100bestbuy/search.php?categoryId=$1 [L,NC]
RewriteRule ^/100bestbuy/search-(.*)/$ 100bestbuy/search.php?id=$1 [L,NC]
RewriteRule ^/100bestbuy/product-([0-9]+)/$ 100bestbuy/product.php?id=$1 [L,NC]
RewriteRule ^/search/(.*)/$ search.php?categoryId=$1
any thing not working please tell where to modify the code