Replies: 1
Hi there,
I’ve just moved my wordpress website from http to https.
To complete the process I want to re-start the SEO data optimization.
Yet I get the following error message : https://ibb.co/c3ckdgZ
Error details Request URL https://symbiosource.org/wp-json/yoast/v1/indexing/prepare Request method POST Status code 403 Error message La vérification du cookie a échouée
I’ve tried few things:
– Apache mod_security seems disabled
– htaccess file seems quite standard
# 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] # Rewrite HTTP to HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] </IfModule> # END WordPress
Any idea where that might come from and how to solve it ?
Thanks a lot guys 🙂