• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue exclude the Rank Math sitemaps from getting cached

justingmathan

New Pleskian
my website sitemap not showing i contact the seo plugin team they say please exclude Rank Math sitemaps from caching and they give a code to exclude site that code need to add in nigix configuration file
  1. START Nginx Rewrites for Rank Math Sitemaps
rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
rewrite ^/(^/+?)-sitemap(https://forums.aws.amazon.com/+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
  1. END Nginx Rewrites for Rank Math Sitemaps
 
Last edited by a moderator:
If you are not familiar with coding like me, then I believe this is the best answer I have found online. I like the way they explain everything providing examples.

 
Back
Top