From c55d70b6d4c838128bf50da96dcbb75ca18f8a76 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 22 Aug 2023 10:28:34 -0400 Subject: [PATCH] Add .htaccess file to exclusion list in Update.md --- doc/Update.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Update.md b/doc/Update.md index d019d03b03..40de14082c 100644 --- a/doc/Update.md +++ b/doc/Update.md @@ -10,8 +10,10 @@ If you installed Friendica in the ``path/to/friendica`` folder: 1. Unpack the new Friendica archive in ``path/to/friendica_new``. 2. Copy the following items from ``path/to/friendica`` to ``path/to/friendica_new``: * ``config/local.config.php`` - * ``proxy/`` -The following items only need to be copied if they are located inside your friendica path: + * ``proxy/`` + * ``.htaccess`` if using Apache web server + + The following items only need to be copied if they are located inside your friendica path: * your storage folder as set in **Admin -> Site -> File Upload -> Storage base path** * your item cache as set in **Admin -> Site -> Performance -> Path to item cache** * your temp folder as set in **Admin -> Site -> Advanced -> Temp path**