Hello @simpbizsupport
We’ve not detected even Index Sitemap on your website. It’s showing YOAST SEO Sitemap. Please disable YOAST Sitemap under its Settings and Flush Rewrite Rules under Settings > XML Sitemap > Toolbar. Also, please check and enable Image Sitemap under XML Sitemap settings.
Please let us know about the progress.
Best regards
Hello, I have a similar issue on my site. After installing the plugin I get a 404 issue on this URL:
http://persuasion-techniques.com/sitemap_index.xml
Hello @iaptc
Seems you have a problem with NGINX config. Because URLs with query params are working:
We will look for solution or extra NGINX config for your website and reply you with a ready solution.
Best regards
Hello @iaptc
Please add below Rewrite Rules to your NGINX config file and restart your NGINX service. It should resolve the 404 issue.
rewrite ^/sitemap_index.xml$ /index.php?sitemap_xml=true last;
rewrite ^/sitemap-stylesheet.xsl$ /index.php?sitemap_xsl=true last;
Here you can read more about adding rewrite rules to NGINX config file – https://www.nginx.com/blog/creating-nginx-rewrite-rules/
Please let me know about the results.
Best regards
-
This reply was modified 2 years, 1 month ago by
WP Grim.
this seems to have fixed it, thanks!