i registered a post type: product & taxonomy: prod_categ
post type rewrite looks like this: 'rewrite' => array('slug' => 'product', 'with_front' => false, 'hierarchical' => false),
taxonomy's: 'rewrite' => array('slug' => 'product/categ', 'with_front' => false, 'hierarchical' => false),
now the actual products work with this url: product/PRODUCTNAME…, but the categories doesnt appear
how can i trick to ignore the "categ" and the category name and to display the content? (product/categ/shoes)