RootCauseunvalidated
`~` indicates regex — we are searching for `index.php` or empty string (which is root directory in this case). Outcome: we are searching for `index.php` or empty string (which is root directory in this case).
b160bb0c-745e-44de-b442-b1a5f8efe919
~ indicates regex — we are searching for index.php or empty string (which is root directory in this case). Outcome: we are searching for index.php or empty string (which is root directory in this case).