This question has already been answered:
How to convert the site URL from http://site.com/news/view/1183 to http://site.com/rozvagy or http://site.com/rozvagy/1183 using .htaccess, where 1183 post id, so id can change when adding other posts, but http://site.com/rozvagy/ remains static? Thank you
RewriteRule rozvagy/\d+ /news/view/1183
- splash58