- <?php
- // With the rewrite rules in .htaccess ALL requests that don't match a file that is actually in
- // the wwwroot are "routed" through this index.php file. All we need to do here is to initiate
- // our "request pipeline" that eventually renders the requested page.
- require __DIR__ . '/../src/bootstrap.php';
|