Htaccess rewrite do not work

Hi all I am trying to rewrite all /index.html to /
Made .htaccess rule

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} ^/index\.html$ [NC]
RewriteRule ^index\.html$ / [R=301,L]

DirectoryIndex index.html

also tried to edit apache2 config like in this theme

It does not work.
Can someone please help me ?

Hi @Leonk ,

I don’t use Apache but as far as I know, htm and html extensions are being served by Nginx. Maybe you should edit the web domain and in advanced options, remove html from proxy extensions and save to apply the change…

unfortunately it does not help