Our site home page URL is https://example.com
But the corresponding CMS Page in Magento 2.4.4 has home
as the URL Key.
As a result, the home page can also be browsed at https://example.com/home
We do not want to allow it.
Things we tried:
- Set the
URL Key
to empty- Result:
This identifier is reserved for "CMS Home Page" in configuration.
- Result:
- Set the
URL Key
to/
- Result:
This identifier is reserved for "CMS Home Page" in configuration.
- Result:
- Set a URL Rewrite, from
home
to/
- Result:
Request Path for Specified Store already exists.
- Result:
So what? Are we condemned to have the home page also browsable from an arbitrary URL?