Skip to content

Instantly share code, notes, and snippets.

@kain-jy
Created April 22, 2013 04:34
Show Gist options
  • Save kain-jy/5432459 to your computer and use it in GitHub Desktop.
Save kain-jy/5432459 to your computer and use it in GitHub Desktop.
php 5.4.x build-in server
<?php
if (file_exists($_SERVER['DOCUMENT_ROOT'].$_SERVER['REQUEST_URI'])) return false;
else include($_SERVER['DOCUMENT_ROOT'].'/index.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment