Options +FollowSymLinks
RewriteEngine on
RewriteRule cat(.*)-(.*)\.html$ view.php?cat=$1&type=$2
RewriteRule item(.*)-(.*)\.html$ view.php?id=$1&type=$2
RewriteRule mc(.*)-(.*)-num(.*)\.html$ view.php?cat=$1&type=$2&pagenum=$3