I am struggling to make this work. I have this site structure:
https://example.com/index.html
https://example.com/blog.html (which servers as an index for my blog)
https://example.com/blog/0001.html (a post)
https://example.com/blog/0002.html (another post, etc.)
I'd like that if a visitor types "example.com/blog" then blog.html from the upper folder should be loaded, but I can't find the proper rule(s) to add to an .htaccess file, or where to place it.
I would also like to avoid moving blog.html to blog/index.html, but I could deal with it.
Can somebody provide me with proper instructions? I've tried searching with different terms but I don't quite get the answer to my problem, or I am not understanding what they do.
This is a shared hosting, so modifying httpd.conf is not on the table.