Sitemap not found
-
Hi, I am getting a sitemap not found 404 error on the Nginx server, I disabled all plugins but that’s not working.
I try XML Sitemap Generator, also shows a 404 error in the plugin setting I found a code to make it work.
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml$ "/index.php?xml_sitemap=params=$2" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml\.gz$ "/index.php?xml_sitemap=params=$2;zip=true" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html$ "/index.php?xml_sitemap=params=$2;html=true" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html.gz$ "/index.php?xml_sitemap=params=$2;html=true;zip=true" last;
Above code works fine for XML Sitemap Generator. I am unable to modify it for Slim SEO. Can anyone provide modified code for Slim SEO?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sitemap not found’ is closed to new replies.