arkadaşlar merhaba

bir php sitem var ve seo optimasyonu yapmaya çalışıyorum ve htacsess doslyasını düzenlemek istiyorum bendeki dosya

RewriteEngine on
 
# show1.php # 
# with or without trailing slash # 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+)/([^/]+)/?$ show1.php?parentarea=$1&area=$2 [L] 
# 
# this is always with trailing slash # 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^([^/]+)/$ show1.php?parentarea=$1 [L,QSA]
bu şekilde yapınca baglatılarım da

http://www.domainim.com/categori/konu-ismi_2778/

şeklinde

ama ben

http://www.domainim.com/categori/konu-ismi.html

olmasını istiyorum nasıl duzenleme yapmam lazım