私はこのURLを持っています
http://localhost/sahara/product.php?action=viewcat
http://localhost/sahara/product.php?action=viewsubcat&catparent=40
そしてhtaccessは
RewriteRule product-action-(.*)\.html$ product.php?action=$1
RewriteRule product-action-(.*)-catparent-(.*)\.html$ product.php?action=$1&catparent=$2
次に、書き換えURLを呼び出すと、最初のコードのみが機能します
http://localhost/sahara/product-action-viewcat.html ---> it's work
http://localhost/sahara/product-action-viewsubcat-catparent-40.html ---> it's not work
私のスクリプトの htaccess の正しいコードは何ですか ありがとう