Skip to content

Instantly share code, notes, and snippets.

@chanakasan
Created April 7, 2014 11:28
Show Gist options
  • Save chanakasan/10018591 to your computer and use it in GitHub Desktop.
Save chanakasan/10018591 to your computer and use it in GitHub Desktop.
<?php
if (file_exists(__DIR__ . '/' . $_SERVER['REQUEST_URI'])) {
return false; // serve the requested resource as-is.
} else {
include_once 'index.php';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment