This will find and .htaccess and change the permissions.

find ./ -type f -name ‘*.htaccess’ -exec chmod 0644 -v  {} \;