Dort finden sich auch die entsprechenden Zeilen wie in der Dokumentation. Hier hatte ich dann auch mal versuchsweise entsprechend /nextcloud/ eingetragen.
Gibt es gibt noch eine weitere .htaccess in der document root des Web servers? Wenn ja, wie komme ich in dieses Verzeichnis?
Den nächsten Hinweis in der Dokumentation verstehe ich auch nicht: Make sure to change /nextcloud to the actual subfolder your Nextcloud instance is running in
Was muss ich hier machen?
Über eine einfache Erklärung bin ich sehr dankbar.
You have full control over your webserver, you dont’need .htaccess.
You can insert those lines in the actual virtualhost definition, assuming they aren’t there already. If the overview in the admin settings isn’t complaining some misconfiguration, they are there already and you have nothing to do.
And further I added all the rewrite rules in etc/apache2/sites-enabled/000-default.conf
and not like I did before in the
etc/apache2/sites-available/000-default.conf
They are supposed to be the same file*. If they are not, something funny is going on, but if it work, all is well.
* = You write configs in sites-available and then you activate them with a2ensite which creates a symbolic link from the file in sites-available to the sites-enabled directory.