There is a url, for example: site.ru/ username /text/ id123456789
How to make it like this: site.ru/id123456789/
RewriteRule ^([az]+)/?$ /$1/text/$2 [L,QSA] - what -something like this
Let's say you have username / text - this is any text. The
first group is everything up to ID, then the second group starts with id numbers from 0 to 9 at least 1 time until the end of the line