Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/admin/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ return [

### Apache

:::warning
For the packaged HumHub installation, point your web server document root to the HumHub root directory that contains `index.php`.

Do not use a generic Yii-style `/web` document root unless that directory exists in your actual HumHub package.
:::

To enable URL Rewriting in Apache 2.4 based installations it is usually sufficient to copy the supplied file ``.htaccess.dist`` in the root directory of the HumHub installation to ``.htaccess``.

```bash
Expand Down