.htaccess and .user.ini

Hi.

I have some problems with .htaccess and .user.ini on my nextcloud installation

I have used this guide: LINK

Im running Ubuntu server 20.04, and the last version of Nextcloud (20.0.1.1)

When i run “integrity check”

I get these errors:

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- core
	- INVALID_HASH
		- .htaccess
	- FILE_MISSING
		- .user.ini

Raw output
==========
Array
(
    [core] => Array
        (
            [INVALID_HASH] => Array
                (
                    [.htaccess] => Array
                        (
                            [expected] => 49b882eed84d95bc41965468746c9183a665b02a0a7e4814dd2c74930f8da878aa9d845a3735c0cbe472c01ded4005c3d46cf83fb5bf80bb351d226c7fa78ffe
                            [current] => cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
                        )

                )

            [FILE_MISSING] => Array
                (
                    [.user.ini] => Array
                        (
                            [expected] => 4843b3217e91f8536cb9b52700efb20300290292cf6286f92794d4cec99df286afeb7dd6c91b1be20bc55eda541eef230a5c5e7dcd46c189edd0ed1e80c6d3f5
                            [current] => 
                        )

                )

        )

Here is a list of the owner of the files…

total 168
drwxr-xr-x 14 www-data www-data  4096 Nov 18 19:19 .
drwxr-xr-x  6 root     root      4096 Nov 18 19:19 ..
drwxr-xr-x 41 www-data www-data  4096 Oct 24 10:39 3rdparty
drwxr-xr-x 48 www-data www-data  4096 Nov 18 17:25 apps
-rw-r--r--  1 www-data www-data 17234 Oct 24 10:37 AUTHORS
drwxr-xr-x  2 www-data www-data  4096 Nov 18 18:29 config
-rw-r--r--  1 www-data www-data  3893 Oct 24 10:37 console.php
-rw-r--r--  1 www-data www-data 34520 Oct 24 10:37 COPYING
drwxr-xr-x 22 www-data www-data  4096 Oct 24 10:39 core
-rw-r--r--  1 www-data www-data  5083 Oct 24 10:37 cron.php
drwxr-xr-x  2 www-data www-data  4096 Nov 18 17:24 data
-rw-r--r--  1 www-data www-data  3032 Oct 24 10:37 .htaccess
-rw-r--r--  1 www-data www-data   156 Oct 24 10:37 index.html
-rw-r--r--  1 www-data www-data  2960 Oct 24 10:37 index.php
drwxr-xr-x  6 www-data www-data  4096 Oct 24 10:37 lib
-rw-r--r--  1 www-data www-data   283 Oct 24 10:37 occ
drwxr-xr-x  2 www-data www-data  4096 Oct 24 10:37 ocm-provider
drwxr-xr-x  2 www-data www-data  4096 Oct 24 10:37 ocs
drwxr-xr-x  2 www-data www-data  4096 Oct 24 10:37 ocs-provider
-rw-r--r--  1 www-data www-data  3102 Oct 24 10:37 public.php
-rw-r--r--  1 www-data www-data  5332 Oct 24 10:37 remote.php
drwxr-xr-x  4 www-data www-data  4096 Oct 24 10:37 resources
-rw-r--r--  1 www-data www-data    26 Oct 24 10:37 robots.txt
-rw-r--r--  1 www-data www-data  2379 Oct 24 10:37 status.php
drwxr-xr-x  3 www-data www-data  4096 Oct 24 10:37 themes
drwxr-xr-x  2 www-data www-data  4096 Oct 24 10:38 updater
-rw-r--r--  1 www-data www-data   101 Oct 24 10:37 .user.ini
-rw-r--r--  1 www-data www-data   362 Oct 24 10:39 version.php

My .user.ini

mbstring.func_overload=0
always_populate_raw_post_data=-1
default_charset='UTF-8'
output_buffering=0

I have tried to download to another folder and “mv” to the install folder.

Dont work…

Any help will be nice