RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.html\ HTTP/
RewriteRule ^index\.html$ https://santehmarka.ru/ [R=301,L]
Может, всё-таки http (без s)?
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/
RewriteRule ^index.php$ https://example.com/ [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.html HTTP/
RewriteRule ^index.html$ https://example.com/ [R=301,L]