diff options
author | Quentin THEURET <quentin@quentin-theuret.net> | 2017-02-23 16:09:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 16:09:06 +0100 |
commit | a737f4b58eda4836ab25c63e36a3d80aac2ccccf (patch) | |
tree | 73859be07b0ca86c095cb9c99eb0605c046f7dad /docs/fr/user | |
parent | 227a009da594465c2d415059cf318de08df55461 (diff) | |
download | wallabag-a737f4b58eda4836ab25c63e36a3d80aac2ccccf.tar.gz wallabag-a737f4b58eda4836ab25c63e36a3d80aac2ccccf.tar.zst wallabag-a737f4b58eda4836ab25c63e36a3d80aac2ccccf.zip |
Ajout du mod 'rewrite' de Apache
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/installation.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 319735af..5d29cb01 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -107,6 +107,12 @@ Virtual hosts | |||
107 | Configuration avec Apache | 107 | Configuration avec Apache |
108 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | 108 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
109 | 109 | ||
110 | N'oubliez pas d'activer le mod *rewrite* de Apache | ||
111 | |||
112 | .. code-block:: bash | ||
113 | |||
114 | a2enmod rewrite && systemctl reload apache2 | ||
115 | |||
110 | 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 : | 116 | 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 : |
111 | 117 | ||
112 | :: | 118 | :: |