Virtualmin and ubuntu 18

I have installed my vps os with ubuntu 18.04 tls
I created my virtual server and added a sub server
Dns and ns are working

If I try and navigate to either url I get the 403 forbidden. I have added an index.php and tried index.html

If I install a script phpmyadmin under 1 of the domains and that URL works

Error log shows
No matching DirectoryIndex (index.html,index.htm,index.php,index.php4,index.php5) found, and server-generated directory index forbidden by Options directive

Screenshot of my directives.

Hi,

  1. Make sure that the file(s) that you put are there, have right case (upper/lower) and most importantly have right permissions (server owner, not root or something else);
  2. Check that local .htaccess is not overwriting it to something else.

Thank you for your reply, this is exactly what the issue was. Index.html instead of index.html

Server appears to be running good now thanks.