Hello
I am a newbie and just installed Magento 2.3.  The installation was successful.  I then wanted to cover the home page with a static index.html.  This too was done and I used .htaccess as follows:
DirectoryIndex index.html index.php
 
The redirection works fine and goes to index.html but there is no way that I can open index.php even if I type this in the address bar???
 
Can someone please help me to be able to view index.php without getting redirected to index.html?
Thank you!