Skip to content

Commit

Permalink
updated INSTALLATION doc for Apache rewrite module
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Nov 1, 2023
1 parent efe1f96 commit e87891f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

Expand Down

0 comments on commit e87891f

Please sign in to comment.