URL を次のようにしたいのですhttp://www.domainname.com/Seagate-abc-Buyout-22.html
が、書き換えルールが適用されません。あなたは何か間違っていることに気づきますか?
Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.Domainname\.com
RewriteRule ^(.*)$ http://www.domainname.com/$1 [R=permanent,L]
RewriteRule ^([^-]*)-([^-]*)\.html$ /final.php?title=$1&sid=$2 [L]