mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-14 13:01:09 +00:00
Activate 'rewrite' mod of Apache
This commit is contained in:
parent
a737f4b58e
commit
0a82d6e23c
1 changed files with 6 additions and 0 deletions
|
@ -110,6 +110,12 @@ Virtual hosts
|
|||
Configuration on Apache
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Do not forget to active the *rewrite* mod of Apache
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
a2enmod rewrite && systemctl reload apache2
|
||||
|
||||
Assuming 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:
|
||||
|
||||
::
|
||||
|
|
Loading…
Reference in a new issue