Skip to content

Instantly share code, notes, and snippets.

@askedrelic
Created March 14, 2011 21:31
Show Gist options
  • Save askedrelic/869926 to your computer and use it in GitHub Desktop.
Save askedrelic/869926 to your computer and use it in GitHub Desktop.
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?q=$1 last;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment