#Content
RewriteRule ^contentid-([1-9][0-9]*).html modules.php?name=Content&pa=showpage&pid=$1
RewriteRule ^content-cat-([1-9][0-9]*).html modules.php?name=Content&pa=list_pages_categories&cid=$1
RewriteRule ^contentid-([0-9]+).html modules.php?name=Content&pa=showpage&pid=$1 [L]
RewriteRule ^content-cat-([0-9]+).html modules.php?name=Content&pa=list_pages_categories&cid=$1 [L]