From a558004355629a1f8089f80c237d1166cc2f2406 Mon Sep 17 00:00:00 2001 From: kilgor-trout-c22 Date: Fri, 5 Jun 2026 12:24:52 +0200 Subject: [PATCH] Clarify HumHub root as web server document root in download section --- docs/admin/installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/admin/installation.md b/docs/admin/installation.md index bc217ae..391b5ed 100644 --- a/docs/admin/installation.md +++ b/docs/admin/installation.md @@ -17,8 +17,10 @@ Make sure your server meets the [System Requirements](requirements.md) before yo If you intend to setup a development environment for HumHub, follow the [Development Environment](https://github.com/humhub/humhub/blob/develop/docs/develop/intro-environment.md) guide instead. -The packaged version of HumHub is available at [https://download.humhub.com](https://download.humhub.com). -After the download, just place the package into the `htdocs` folder of your web server. +The packaged version of HumHub is available at [https://download.humhub.com](https://download.humhub.com). Extract the +downloaded package into a directory on your server (e.g. `/var/www/humhub`). This directory is your HumHub root, +containing `index.php`, and must be used as the document root in your web server configuration (see +[Web Server Configuration](server-setup.md#webserver)). Example