I want to have a website with few languages with default English.
domain.com will show English homepage (this will load the index.php without any parameters)
domain.com/fr/ will show French homepage (this will load the index.php with the parameter lang=fr)
domain.com/fr/articles/ will show the articles.php page with the parameter lang=fr
domain.com/fr/articles/article1.html will show the articles.php page with 2 parameters, First lang=fr and Second slug=article1
domain.com/fr/games/ will show the games.php page with the parameter lang=fr
domain.com/fr/games/best-game.html will show the games.php page with 2 parameters, First lang=fr and Second slug=best-game
Can someone PLEASE help me do this complected .HTACCESS file?