http://www.mysite.com/cat/top/union-madeを取得しようとしてい ます
http://www.mysite.com/cat/top/union-made-in-usaに転送する
しかし、それは私の動的な書き換えと混ざっているようで、これを取得します: http://www.mysite.com/cat/top/union-made-in-usa/2?topic=union-made&pg=
これが私の現在のhtaccessルールです:
RewriteRule ^cat/top/union-made/ /cat/top/union-made-in-usa [R=301,L]
#Redirect dynamic pages to static links
RewriteRule ^cat/top/([a-z0-9_-]+)/?([a-z0-9_-]*) /cat/index.php?top=$1&pg=$2 [NC,L]
[L] でダブルルールが止まると思ったが、違う。ご協力いただきありがとうございます。