As near as I can tell, it is called the root page or root URL.
In a search for "root page" website, it comes up enough, and I didn't come across any alternative names for it.
“Root page” means the main web page that appears when someone types in the root of your website’s domain. For example, https://yourwebsite.com would be a root web page request. (source)
Every web folder has a "default page" or "webserver directory index". (If no file is present or specified for the folder, the webserver might return a directory listing of that folder or a familiar error pagesuch as, "403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.", "404 - page not found", or "directory listing is not permitted".)
The root page of any website is the "webserver directory index" of its root folder.
If you visit https://wordpress.org/index.php, the URL in your browser changes to https://wordpress.org/. (the root page). https://wordpress.org/index.php is a redirect. https://wordpress.org/ is the root page and the homepage.
If you visit https://foo.bar/, the URL in your browser changes to https://foo.bar/index.php. https://foo.bar/ can still be called the root page, even though it is just a rewrite or a redirect. https://foo.bar/index.php is the home page, but I regard that as an unwise choice by the webmaster. It might have a benefit (a named page might cache better), but it definitely has penalties. I would always rather link and make shortcuts to the root page, https://foo.bar/, because that URL "has to work", and it cannot be renamed. (Well, they could change to https://www.foo.bar/, but that is a separate issue.) If I link to https://foo.bar/index.php, and then someone updates the website, all kinds of stupid things can happen. They should make https://foo.bar/index.php a redirect (or make 404s in the root folder redirect) to the right page, but I know I can't count on that -- I've seen dozens of broken homepage links. https://foo.bar/index.php could serve a blank page, a broken page, or (worst) a stale version of the homepage.
||youtube.com/$documentmatches the entire domain whereas||youtube.com/front/$documentwould block solely this specific page.https://example.com/index.html?