aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorQuentin THEURET <quentin@quentin-theuret.net>2017-02-23 16:10:14 +0100
committerGitHub <noreply@github.com>2017-02-23 16:10:14 +0100
commit0a82d6e23c71d797f5ab6e54ee4f67a6c91a05bf (patch)
tree7a9808f66ea2704e3f61fed2f28b16fb16c58d90
parenta737f4b58eda4836ab25c63e36a3d80aac2ccccf (diff)
downloadwallabag-0a82d6e23c71d797f5ab6e54ee4f67a6c91a05bf.tar.gz
wallabag-0a82d6e23c71d797f5ab6e54ee4f67a6c91a05bf.tar.zst
wallabag-0a82d6e23c71d797f5ab6e54ee4f67a6c91a05bf.zip
Activate 'rewrite' mod of Apache
-rw-r--r--docs/en/user/installation.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 7fb81aeb..2b730b83 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -110,6 +110,12 @@ Virtual hosts
110Configuration on Apache 110Configuration on Apache
111~~~~~~~~~~~~~~~~~~~~~~~ 111~~~~~~~~~~~~~~~~~~~~~~~
112 112
113Do not forget to active the *rewrite* mod of Apache
114
115.. code-block:: bash
116
117 a2enmod rewrite && systemctl reload apache2
118
113Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you want to use PHP as an Apache module, here's a vhost for wallabag: 119Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you want to use PHP as an Apache module, here's a vhost for wallabag:
114 120
115:: 121::