実は正規表現などわからず、.htacessを使ってURLを書き換えたいと思っています。私は次のURLを持っています
http://www.example.com/post.php?post_id=114&post_txt=this-should-not-happen-again
このように書き直したい
http://www.example.com/114/this-should-not-happen-again
目標を達成するには、.htaccess ファイルに何を記述すればよいですか?