Sitemap problem
-
It’s a common problem and I’ve tried all the solutions, but I still have the problem:
If I try to find the sitemap that should be created with Yoast, I get a 404- not found error.
– I tried to save the permalinks-settings
– Disabled Yoast and enable it again
– Removed Yoast and re-installed it.
– Cleared the cache
– Changed the theme
– Disabled all the other plugins.
– Read a lot of issues about it on the internet and tried all solutions.
– There is no .htaccess file on the server. I created one with the following text :
# 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
# WordPress SEO – XML Sitemap Rewrite FixRewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]# END WordPress SEO – XML Sitemap Rewrite Fix
This doesn’t work or returns the message : internal server error.
I’m getting pretty desperate.
Does anyone has a clue ?
I would be very grateful
Thanks !Chica
The page I need help with: [log in to see the link]
- The topic ‘Sitemap problem’ is closed to new replies.