Phpmyadmin htaccess error

hello, i installed today on my debian server the current hestiacp 1.2.0 via bash hst-install.sh

in former times i had secured my phpmyadmin (hestia before version 1.2.0) via htaccess
that worked too.
If I do this in the current version I always get an error 505 where is the error?

sorry for the english google has translated

Please check /var/log/apache2/domains/{domain.com}.error.log and see what eror you have.

Also please post the contents of your .htaccess file

Ok this is error log:
84.56.xxx.xxx - - [11/Jul/2020:16:47:22 +0200] “GET /phpmyadmin/ HTTP/1.0” 500 3680 “-” "Mozilla/5.0 (X11; Linux x86_64; rv:68.$
[Sat Jul 11 16:47:22.175330 2020] [core:alert] [pid 8830] [client 84.56.xxx.xxx:0] /usr/share/phpmyadmin/.htaccess: AuthType n$

and this ist .htaccess file
AuthType Basic
AuthName “Restricted Files”
AuthUserFile /usr/share/phpmyadmin/.htpasswd
Require valid-user