Skip to content

Instantly share code, notes, and snippets.

@jdevalk
Created April 18, 2013 09:12
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdevalk/5411371 to your computer and use it in GitHub Desktop.
Save jdevalk/5411371 to your computer and use it in GitHub Desktop.
NGINX rewrites for WordPress SEO XML Sitemaps
# 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