Skip to content

Commit

Permalink
fix: added Sodium and mod_headers support
Browse files Browse the repository at this point in the history
  • Loading branch information
modelrailroader authored and thorsten committed Jan 7, 2025
1 parent fc53ac7 commit 7e0487a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ To install it, you will need a web server that meets the following requirements:
- Filter support
- SPL support
- FileInfo support
- Sodium support

### Web server requirements

Expand All @@ -28,6 +29,7 @@ You can use phpMyFAQ with the following web servers:

- mod_rewrite
- mod_ssl (if you wish to run phpMyFAQ under SSL)
- mod_headers

You should also ensure you have `AllowOverride All` set in the `<Directory>` and/or `<VirtualHost>` blocks so
that the `.htaccess` file processes correctly, and rewrite rules take effect. Please check, if your path in
Expand Down

0 comments on commit 7e0487a

Please sign in to comment.