From e87891f6dadc5971b21291307cff5d5bbfe68ff6 Mon Sep 17 00:00:00 2001 From: Jim Mason Date: Tue, 31 Oct 2023 11:11:00 +0000 Subject: [PATCH] updated INSTALLATION doc for Apache rewrite module --- INSTALLATION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index 4a3fadef..d0361742 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -53,6 +53,10 @@ For a self-administed server, you will need the following: this](#user-content-example-apache-configuration-file-for-debian) in the `/etc/apache/sites-available` directory and then creating a symbolic link to it from `/etc/apache/sites-enabled`. + Note the `AllowOverride All` setting, which must be included. + In addition, you will need to ensure the Apache 'rewrite' module + is enabled. If necessary, run the command `sudo a2enmod rewrite` + and restart Apache after your configuration file is in place. (For shared hosting, follow the instructions of your hosting provider.)