how can I change this URL
http://example.com/tag/[dir]/[dir]/...
to
http://example.com/tag/search/[dir]/[dir]/...
for example
http://example.com/tag/44/name/445
to
http://example.com/tag/search/44/name/445
But
if http://example.com/tag/search/name/445 does not change!