I don’t have any problem setting permalinks back to default.
Message showed: permalinks structure updated.
submitting comment after that shows:
Not Acceptable
An appropriate representation of the requested resource /wp-comments-post.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
This is the content within .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
U mean update an empty .htaccess file back to the server?