]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Ajout du mod 'rewrite' de Apache
authorQuentin THEURET <quentin@quentin-theuret.net>
Thu, 23 Feb 2017 15:09:06 +0000 (16:09 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2017 15:09:06 +0000 (16:09 +0100)
docs/fr/user/installation.rst

index 319735afc1244978337268a291021cfb5621ce87..5d29cb013a79ea838c92ff50ff50e376b559ab95 100644 (file)
@@ -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 :
 
 ::