前者のURLを後者に書き直そうとしています。なんらかの理由で動作しないリライト。直し方?ありがとう。
www.example.com/example-example.html
www.example.com/example-example/
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^([a-z]+-?[a-z]+)/$ /$1.html