]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Added german and italian translation 2926/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 28 Feb 2017 20:10:24 +0000 (21:10 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 28 Feb 2017 20:10:24 +0000 (21:10 +0100)
docs/de/user/installation.rst
docs/it/user/installation.rst

index cec62d182fd103cbb6742a0f4b48e3d691182091..0de6b6de8e67482ef3a3285fb14b42f79997f3ae 100644 (file)
@@ -111,6 +111,12 @@ Virtualhosts
 Konfiguration von Apache
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
+Vergiss nicht, die *rewrite* mod von Apache zu aktivieren.
+
+.. code-block:: bash
+
+    a2enmod rewrite && systemctl reload apache2
+
 Angenommen du willst wallabag in das Verzeichnis ``/var/www/wallabag`` installieren und du willst PHP als Apache Modul nutzen, dann ist hier ein vhost für wallabag:
 
 ::
index cd6ebbefbf2b60df950ba51a7958f24365f9a0d0..a79a31d3a85748d7175d7cf4ed386877e9a476f8 100644 (file)
@@ -110,6 +110,12 @@ Host virtuali
 Configurazione su Apache
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
+Non dimenticate di attivare la mod *rewrite* di Apache
+
+.. code-block:: bash
+
+    a2enmod rewrite && systemctl reload apache2
+
 Assumendo che voi abbiate installato wallabag nella cartella ``/var/www/wallabag`` e che vogliate usare PHP come un modulo Apache, ecco un vhost per l’applicazione:
 
 ::