I have a website on a lamp stack with little to no extra configuration other than FallbackResource /index.php
present in my root .htaccess
When I load t
Finally found the answer while working on another site:
Before FallbackResource
directive be sure to add a DirectoryIndex
directive with the same file. Haven't had time to research why but it fixed my issue. I blame it on a Chrome bug or possibly Chrome being super picky because no other major browser has an issue.