Error 403 prevents basic tasks from being performed
-
Good morning, thank you first, because the plug is exactly what I was looking for and it certainly works fine for others because I haven’t been able to find anyone with the same problem as mine. Therefore, I am asking for help.
I am working on fresh WordPress 5.8.1 installation, all plugins removed.
– all functionality works as expectedMy htaccess file contains only initial WordPress directives:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /kontag/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /kontag/index.php [L]
</IfModule>WP Data Access also freshly installed and all settings default.
PROBLEMS:
———–Data Explorer section
– Manage button = infinite Loading…
– Explore button = Forbidden ErrorData Publisher section
– Design new table = Forbidden ErrorData Design section
– Add new = Forbidden ErrorData Designer accessed via Data Explorer button
– opens OK but changing mode to Basic Design Mode not possible -> Forbidden ErrorI am aware that the 403 error is generated by the server, but I hope someone will give any hint where I should look for a solution because so far the plugin is simply not working.
Thanks for any help.
The topic ‘Error 403 prevents basic tasks from being performed’ is closed to new replies.