RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/
RewriteRule ^index\.html$ https://site.com [L,R=301] RewriteCond %{THE_REQUEST} " /catalog/index\.html"
RewriteRule ^ /catalog [L,R=301]RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^(|(.+)/)index\.html /$2 [L,R=301]