Sitemap not generating – 404 Error : Now you are the my only hope
-
Hi,
I have successfully installed and used your plugin but I am unable to generate sitemap.xml or sitemap_index.xml.
I have tried almost all the options available on Google like:
1. Reset permalinks
2. added the rewrite rules to htaccess file as describe in https://www.wpbeginner.com/wp-tutorials/how-to-fix-yoasts-wordpress-seo-sitemap-404-error/
My .htaccess code is :
# WordPress SEO – XML Sitemap Rewrite Fix
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
</IfModule>
# END WordPress SEO – XML Sitemap Rewrite Fix3. Tried to load the non-pretty sitemap URL? example.com/index.php?sitemap=1
4. Tried everything as describe in https://www.wpbeginner.com/beginners-guide/what-is-a-wordpress-sitemap-how-to-create-a-sitemap-in-wordpress/
Now you are the my only hope for getting solution of my problem…
please help me….
- The topic ‘Sitemap not generating – 404 Error : Now you are the my only hope’ is closed to new replies.