From the following url:
localhost/videos/the-best-games
and a directory named "categories" with various files in it located in the same directory as .htaccess :
./games.txt
./sports.txt
./football.txt
How to use the url slug "the-best-games" to check these filenames in "categories"
./categories/the.txt
./categories/best.txt
./categories/games.txt
And rewrite the url using the first matching filename:
localhost/games/videos/the-best-games
OR
localhost/games/videos/the-best
Maybe based on these previous questions: