• Resolved lightnb

    (@lightnb)


    Trying to access /blog/sitemapindex.xml produces a WordPress “this is embarasing” 404 page. The control panel says “It appears that no sitemap has been generated yet, or you have recently cleared the sitemap log”.

    Rewrite Rules:

    RewriteRule ^/blog/(wp-(content|admin|includes).*) /wordpress/$1 [L]
    RewriteRule ^/blog/(.*\.php)$ /wordpress/$1 [L]
    RewriteRule ^/blog/(.*) /wordpress/index.php [L]

    https://www.ads-software.com/plugins/bwp-google-xml-sitemaps/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Khang Minh

    (@oddoneout)

    Have you tried flushing rewrite rules by going to Settings > Permalinks?

    Thread Starter lightnb

    (@lightnb)

    Is that something where WordPress manages an .htacess file for you? We don’t have .htaccess enabled, we set rewrite rules manually in the host config. Are there rewrite rules that I need to set for this plugin to work?

    Plugin Author Khang Minh

    (@oddoneout)

    No, actually. BWP GXS works with the default rewrite rules, whether in .htaccess file or host config but it needs some rules stored in database, and in rare cases those are not automatically stored.

    Did going to Settings > Permalinks help?

    Thread Starter lightnb

    (@lightnb)

    Thanks! I tried going to Settings > Permalinks, but there was no flush option. I did save changes though and that must have triggered the flush, because it now shows up.

    desatir7316

    (@desatir7316)

    same problem
    any help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘sitemapindex.xml produces WordPress 404 page, log is empty’ is closed to new replies.