Try go to app/Config/App.php
Change:
public string $indexPage = 'index.php';
To:
public string $indexPage = '';
Hope this helps.