diff options
Diffstat (limited to 'docs/it/user')
-rw-r--r-- | docs/it/user/installation.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/it/user/installation.rst b/docs/it/user/installation.rst index cd6ebbef..a79a31d3 100644 --- a/docs/it/user/installation.rst +++ b/docs/it/user/installation.rst | |||
@@ -110,6 +110,12 @@ Host virtuali | |||
110 | Configurazione su Apache | 110 | Configurazione su Apache |
111 | ~~~~~~~~~~~~~~~~~~~~~~~~ | 111 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
112 | 112 | ||
113 | Non dimenticate di attivare la mod *rewrite* di Apache | ||
114 | |||
115 | .. code-block:: bash | ||
116 | |||
117 | a2enmod rewrite && systemctl reload apache2 | ||
118 | |||
113 | 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: | 119 | 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: |
114 | 120 | ||
115 | :: | 121 | :: |