REST API error
-
In thread #15439077 I was advised to create a new thread specific to my issue, so here it is. I get the following error whenever I try to save some setting from the SG Optimizer settings screen:
COULD NOT CONNECT TO THE WORDPRESS REST API
Either a security plugin, custom function, or rules in your .htaccess file is preventing the WordPress REST API from working properly. SiteGround Optimizer is using it to store its options and other functionalities so please make sure it works properly.WordPress: 5.9.1
PHP: 7.4
SG Optimizer: 7.0.6
Web server: Apache
Active theme: Twenty Twenty-Two
Active plugins: SG Optimizer, no otherMy .htaccess looks like this:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
I’m willing to share credentials if that helps. I’m not a SiteGround customer, but I really like the plugin, so it would be great if I would be able to use it.
The page I need help with: [log in to see the link]
- The topic ‘REST API error’ is closed to new replies.