From a737f4b58eda4836ab25c63e36a3d80aac2ccccf Mon Sep 17 00:00:00 2001 From: Quentin THEURET Date: Thu, 23 Feb 2017 16:09:06 +0100 Subject: [PATCH] Ajout du mod 'rewrite' de Apache --- docs/fr/user/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 319735af..5d29cb01 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst @@ -107,6 +107,12 @@ Virtual hosts Configuration avec Apache ~~~~~~~~~~~~~~~~~~~~~~~~~ +N'oubliez pas d'activer le mod *rewrite* de Apache + +.. code-block:: bash + + a2enmod rewrite && systemctl reload apache2 + En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wallabag`` et que vous utilisiez PHP comme un module Apache, voici un vhost pour wallabag : :: -- 2.41.0