Ademy
ADL NETWORKS KNOWLEDGE BASE
Add this to your config.php
'htaccess.RewriteBase' => '/' (Path depends on your configuration – maybe /nextcloud)
'htaccess.RewriteBase' => '/'
/nextcloud
Update htaccess with the occ commandsudo -u www-data php occ maintenance:update:htaccess
sudo -u www-data php occ maintenance:update:htaccess
Source