Created
March 13, 2019 05:47
-
-
Save bajpangosh/e02b041ca404329ddc9c12772822a239 to your computer and use it in GitHub Desktop.
Nginx Rewrites for Rank Math Sitemaps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# START Nginx Rewrites for Rank Math Sitemaps | |
rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last; | |
rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last; | |
# END Nginx Rewrites for Rank Math Sitemaps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
:)