Hi @kirk-brown, I tried both urls and in both case I'm not redirected byt stays on the /index.html url.
one way to do that is to add a block of script if your footer with this content
if (window.location.pathname.endsWith('/index.html')) { window.location.href = window.location.origin + '/'; }