index.php 311 B

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