htaccess rewrite changing url
问题 I'm having trouble connecting the dots here. Is there an in between step for changing the url within the .htaccess. This is what I have so far. moniquetrinidadjewelry.com/necklace/product.php?id=17&product_name=enchanting%2520pearl and the rewrite RewriteEngine On RewriteRule ^$necklace/([a-zA-Z]+)/([0-9]+)/$ product.php?id=$1&product_name=$2 My goal and what I believed to be set as above is a url of moniquetrinidadjewelry.com/necklace/id/product_name I'm not entirely sure where the issue is