Skip to content

Instantly share code, notes, and snippets.

@evansolomon
Created April 9, 2012 01:37
Show Gist options
  • Save evansolomon/2340743 to your computer and use it in GitHub Desktop.
Save evansolomon/2340743 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin name: nginx Pretty Permalinks
Description: Remove index.php from permalinks
*/
add_filter( 'got_rewrite', '__return_true', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment