Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi pagan11460,

    Thanks! ??

    I see you’re using nginx, and it’s known to cause some issues with these matters.
    Could you try re-saving the WordPress permalinks settings, and see if that helps?

    Otherwise, you’d have to place this line in your nginx configuration file:

    rewrite ^/sitemap\.xml$ /index.php?the_seo_framework_sitemap=xml last;

    That should always work :).

    I hope this helps! If you have any more questions, feel free to ask!

    Thread Starter pagan11460

    (@pagan11460)

    Saving the permalink setting worked! Thanks so much! (I don’t even know where I’m using nginx. It might be leftover from an old plugin.)

    Plugin Author Sybre Waaijer

    (@cybr)

    That’s great to hear!

    Nginx is your website’s web server software. Just like Apache, it makes sure your website can be reached using the right (PHP) handler, header, folder and file :).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘404 error when outputting sitemap’ is closed to new replies.