// Обработка для главной страницы с языковым префиксом
if ($requestPath === '/' || $requestPath === '/' . $languageCode . '/') {
$UUID_PAGE = $routes[0];
$filePath = $FolderSite . 'Render.php';
if (file_exists($filePath)) {