A quick guide to solving the most common issues regarding connection to WordPress website.
1: Credentials & Application Password
- Verify that you entered the right website address and username
- Verify that you entered the right Application Password, not your classic login password. Here’s a guide to set up an Application Password for WordPress if you haven’t done it yet.
2: Htaccess issue
In some cases, the Htaccess file prevents the connection from third parties, like WP AI Writer. This can notably happen when your WordPress website uses security plugins or other plugin that alter the htaccess file.
In that case, you will need to add the following lines to your WordPress site’s htaccess file:
RewriteCond %{HTTP:Authorization} ^(.)
RewriteRule ^(.) - [E=HTTP_AUTHORIZATION:%1]
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
Here’s the reference for this error: https://stackoverflow.com/questions/62965350/sorry-you-are-not-allowed-to-create-posts-as-this-user-using-curl-request-php
Still can’t connect your website?
If you tried these solutions and still cannot connect your WordPress website in WP AI Writer, please contact the support.