Index page when starting

Hi, I am running ok on local but when It goes into server it gives a “Index of /” page.

My htaccess:
ErrorDocument 404 /404.php
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://foodand.eu/$1 [R,L]

Any idea?