Hello.
My post on wordpress.org
Unable to publish any button (Free version on site).
The “PUBLISH” button is inactive.
An error appears at the top of the page: 400: Bad Request
“400: Bad Request
Отсутствует параметр: nonce”
Screenshots:
Scr1
Scr2
Scr3
I found out that the plugin stops working with the following directives in .htaccess:
RewriteCond %{REQUEST_URI} !\?
RewriteCond %{REQUEST_URI} !\&
RewriteCond %{REQUEST_URI} !\=
RewriteCond %{REQUEST_URI} !.
RewriteCond %{REQUEST_URI} !\/$
RewriteRule .*[\/]$ /$1/ [R=301,L]
301 redirects from pages without slash to slash
How to solve the problem without changing .htaccess?
Thanks