Problems with permalinks and sitemap 404
-
Hello everyone,
I have been working on this WordPress site since recently and found out two main problems which may be likely to prevent me from being able to add the site to Google Console and other webmaster tools, where I know actually what to do (I am more of a SEO
person and not a dev).First, I noticed the website couldn’t be referenced on either Google Search console, Yandex Webmaster tools. When I try to do it I get with Google Search console
Verification failed for https://belrusiontranslation.com/ using the Meta tag method (15 minutes ago). We couldn't find the verification meta tag.
and with Yandex
Rights haven't been verified We couldn't load the page because response code isn't 200. May be server's settings are incorrect. HTTP status code 406 Not Acceptable <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> <title> 406 Not Acceptable </title> </head> <body> <h1> Not Acceptable </h1> <p> An appropriate representation of the requested resource / could not be found on this server. </p> </body> </html>
I must add that I have used the Head, Footer and Post Injections plugin to add the meta verifying for both, but when I do verify on the webmaster tools, they don’t appear.
I also tried many times for Webmaster tools with Yoast, to activate and turn off the Yoast SEO tool. To add the content from meta of both Yandex and Google and it never actually worked either when verifying from Google Search console and Yandex Webmaster.
Second, there is also the problem with the sitemap, with both Yoast SEO and Google XML Sitemap, I get the 404 error (of course I disabled Yoast Sitemap when using the Google XML sitemap)
I get a 404 Error with both plugins. I don’t have the W3C Cache plugin installed (as far as I know, it doesn’t appear in plugins list) as apparently it’s a source of issues.How could I solve this in my situation?
Finally, I also get (I can’t see the beginning of the error in the admin panel) this error for permalinks in the top of the WP window above options to change in the permalinks page.
_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/httpd/vhosts/soxes-projects.ch/:/tmp/) in /home/httpd/vhosts/soxes-projects.ch/hp.soxes-projects.ch/wp-admin/options-permalink.php on line 88 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/httpd/vhosts/soxes-projects.ch/:/tmp/) in /home/httpd/vhosts/soxes-projects.ch/hp.soxes-projects.ch/wp-admin/includes/misc.php on line 220
I also notice this at the bottom of the permalinks page
” If your .htaccess file was writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
”
Then these lines of code<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
How can I modify it? Should I? Or even, could I? Because the site (WP panel address) also have a hosting different from WordPress.
I’m sorry if I mixed up one error with another, because I’ve been on it for hours and it doesn’t seem to work, and some changes in tutorials/support threads I’m not sure if they are to be done in my case.
The page I need help with: [log in to see the link]
- The topic ‘Problems with permalinks and sitemap 404’ is closed to new replies.