I'm working with my Magento storefront, and I'd like visitors who go directly to my my domain to see my "Products" URL (/products.html) instead of the homepage defined in Magento's CMS area (the CMS -> Pages area of the admin panel), which is what visitors see now when they go to my bare domain name.
Instead of displaying the homepage defined in the CMS, I'd like visitors to see a more interactive area of my website. I think that the products search and listing area should be what my visitors see first, so that's what I want to do.
How can I make it so that the /products.html page is the first thing visitors see, instead of the CMS-defined homepage?