]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/it/user/installation.rst
Merge pull request #3323 from egilli/fix-export-link-with-baggy
[github/wallabag/wallabag.git] / docs / it / user / installation.rst
index cd6ebbefbf2b60df950ba51a7958f24365f9a0d0..95d781e661d5b82ca271ccefb4ee0b1d18181667 100644 (file)
@@ -86,7 +86,7 @@ Eseguite questo comando per scaricare ed estrarre il pacchetto piú aggiornato:
 
 .. code-block:: bash
 
-   wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
+   wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
 
 Troverete il `hash md5 del pacchetto piú aggiornato sul nostro sito <https://www.wallabag.org/pages/download-wallabag.html>`_.
 
@@ -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:
 
 ::