[ad_2]
Are you getting a 404 error when trying to create a sitemap using Yoast WordPress SEO Visit my website: http://www.avoiderrors.net/?p=24193 Yoast Support …
source
[ad_1]
Leave a Reply
Want to join the discussion?Feel free to contribute!
[ad_2]
Are you getting a 404 error when trying to create a sitemap using Yoast WordPress SEO Visit my website: http://www.avoiderrors.net/?p=24193 Yoast Support …
source
[ad_1]
Hi, okay I went ahead and disabled ALL plugins and my sitemap displayed again! now I will enable plugins one by one to see where the conflict may be at.
That is my exact problem! You video is straight to the point! I followed your instructions.but I deleted the w3 plugin and I still get the homepage instead of the sitemap👍
Hey.. do you have the troubleshooting to Yoast 8.0?
sitemap.xml of my wordpress site isn't redirecting to sitemap_index.xml ……how to fix it??
iklan
I disabled Yoast and it fixed my homepage giving me 404 error, i am using WpFastestCache. Any idea how to fix this?
Thanks!
This fix it´s only if use caching plugins as w3 no more fix if use apache only without cache system
I am having the same error as my htacces file is okay as per your instructions now what to do?
Thank you so much, Miguel!!!
Hi Miguel. I cleaned my htaccess. I copied all your instructions now my code is like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{QUERY_STRING} !lp-variation-id
RewriteRule ^go/([^/]*)/([0-9]+)/ /go/$1?lp-variation-id=$2 [QSA,L]
RewriteCond %{QUERY_STRING} !lp-variation-id
RewriteRule ^go/([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect-ab-testing.php?permalink_name=$1 [QSA,L]
RewriteRule ^landing-page=([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect-ab-testing.php?permalink_name=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
But my sitemaps is 404 error. What can I do?
Thank benefited from this Good video thank you more wonderful
I have a clean htcacces and i get 404 non found
Thank you very much for taking the time out of your day to post this, u gave me the essenstials i needed to fix this site.