Activate 'rewrite' mod of Apache

This commit is contained in:
Quentin THEURET 2017-02-23 16:10:14 +01:00 committed by GitHub
parent a737f4b58e
commit 0a82d6e23c

View file

@ -110,6 +110,12 @@ Virtual hosts
Configuration on Apache Configuration on Apache
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
Do not forget to active the *rewrite* mod of Apache
.. code-block:: bash
a2enmod rewrite && systemctl reload apache2
Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you want to use PHP as an Apache module, here's a vhost for wallabag: Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you want to use PHP as an Apache module, here's a vhost for wallabag:
:: ::