Skip to content

Instantly share code, notes, and snippets.

@blueprintmrk
Created April 21, 2014 17:13
Show Gist options
  • Save blueprintmrk/11149207 to your computer and use it in GitHub Desktop.
Save blueprintmrk/11149207 to your computer and use it in GitHub Desktop.
site_map.xml
# Rewrites for WordPress SEO XML Sitemap
rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment