come inizio potrebbe essere:
codice:
rewriterule ^pagina1.php/cat/([1-9]{1,}).html index.php?cat=$1
rewriterule ^pagina2.php/cat/([1-9]{1,})/scat/([1-9]{1,}).html index.php?cat=$1&scat=$2
rewriterule ^pagina3.php/cat/([1-9]{1,})/scat/([1-9]{1,})/prod/([1-9]{1,}).html index.php?cat=$1&scat=$2&prod=$3