Nextcloud 18.03 on ubuntu 18.04 in vuirtual box, and all was perfect.
In admin,settings overview I now see the dreaded warning about failing integrity check, and .htaccess is being flagged…
To enable or fix something showing up in the same place a month ago ( dont remember exactly)
I read I needed to prepend a bunch of lines in htaccess, under as shown
RewriteRule ^.well-known/webfinger /public.php?service=webfinger [QSA,L]
to
RewriteRule ^.well-known/webfinger /nextcloud/public.php?service=webfinger [QSA,L]
What ever I was working on, prepending the dir as above to a few lines cleared up any complaints and for at least a month gazed in sheer delight and amazement that NC said everything looks great.
Now NC 18.04 is out, went to update and boom. htaccess is problem.
If I replace it with a backed up copy, what ever required me to change the file will break,
kind of in a catch 22 here…
Tried to run occ maintenance:update:htaccess hoping the hash would get updated but no luck…
also tried to disable the integrity check in config.php, but the updater still complained.
Any help will be greatly appreciated !