Added note to ensure mode_rewrite is enabled
This commit is contained in:
parent ef15defc89
commit b5fef47d01
1 changed files with 5 additions and 0 deletions
| @ -67,6 +67,9 @@ git clone https://github.com/BookStackApp/BookStack.git --branch release --singl | |||
#### URL Rewrite rules | ||||
| ||||
**Apache** | ||||
| ||||
Ensure `mod_rewrite` is enabled. | ||||
| ||||
```apache | ||||
Options +FollowSymLinks | ||||
RewriteEngine On | ||||
| @ -77,6 +80,8 @@ RewriteRule ^ index.php [L] | |||
``` | ||||
| ||||
**Nginx** | ||||
| ||||
| ||||
```nginx | ||||
location / { | ||||
try_files $uri $uri/ /index.php?$query_string; | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue