There is a condition in htaccess - we give code 410 to all pages except those who end in ".html". But now the main one also has a 410 error now, how to add the main page to this condition?
RewriteCond %{QUERY_STRING} !^(.*)\.html$ RewriteRule ^ - [G]