Unable to save edit settings

Finally found a solution…

By adding the following to the .htaccess:

<Limit GET POST PUT DELETE>
    Order allow,deny
    Allow from all
</Limit>