From 1fd09996107f117442a2ff9980040041baa4eaf2 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 24 Nov 2021 15:19:44 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 0be13fd3..45af26c8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -110,4 +110,5 @@ sudo snap restart nextcloud.apache Require all granted ``` -and then run `systemctl restart apache2`. +(notice, importantly, the `AllowOverride All` that makes apache read your .htaccess in the first place) and then run `systemctl restart apache2`. +* find a way to enable CORS headers (not sure exactly how to do this, see https://github.com/pdsinterop/solid-nextcloud/issues/57)