• The XML Sitempas is not being generated. When I click on domain.com/sitemap_index.xml It redirects me to index page.

    When I want to uncheck the “Check this box to enable XML sitemap functionality.” It will auto recheck back.

    .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Plugins I Use
    Akismet
    BackupBuddy
    Google Analytics for WordPress
    PHP MyVideoBlog
    WordPress SEO
    WP-PageNavi
    WP-PostRatings
    WP-PostViews

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘XML Sitemaps not being generated’ is closed to new replies.