RewriteEngine On
RewriteCond %{QUERY_STRING} ^id_category=([0-9]+)$
RewriteRule ^category.php?$ /index.php?id_category=%1&controller=category [R=301,L]
RewriteCond %{QUERY_STRING} ^id_product=([0-9]+)$
RewriteRule ^product.php?id_product=([0-9]+)$ /index.php?id_product=%1&controller=product [R=301,L]
RewriteRule ^category\.php$ /sc16/index.php?controller=category [L,QSA,NC,R=301]