docs: Add link to Apache doc in FAQ

See #164
This commit is contained in:
Pierre Rudloff 2018-04-24 14:58:30 +02:00
parent 96530629be
commit ce8cde64b9
1 changed files with 3 additions and 2 deletions

View File

@ -70,8 +70,9 @@ You need to either:
## I get a 404 error on every page except the index
This is probably because your server does not have mod_rewrite
or AllowOverride is disabled.
This is probably because your server does not have [mod_rewrite](https://httpd.apache.org/docs/current/mod/mod_rewrite.html)
or [AllowOverride](https://httpd.apache.org/docs/current/mod/core.html#allowoverride)
is disabled.
You can work around this by adding this to your `config.yml` file:
```yaml