ここの記事を参照して、次の行で.htaccessファイルを作成しました
RewriteEngine on
RewriteRule ^/product/([0-9]+)/(.*)$ /index.php?route=product&product=$1 [L]
しかし、これは機能せず、404エラーが発生します。
次のようなURLが欲しい
http://localhost/product/12/some-random-text.html
リダイレクトされる
http://localhost/index.php?route=product&product=12
GoDaddy's
Linuxホスティングを使用しています