parent
96530629be
commit
ce8cde64b9
1 changed files with 3 additions and 2 deletions
|
@ -70,8 +70,9 @@ You need to either:
|
||||||
|
|
||||||
## I get a 404 error on every page except the index
|
## I get a 404 error on every page except the index
|
||||||
|
|
||||||
This is probably because your server does not have mod_rewrite
|
This is probably because your server does not have [mod_rewrite](https://httpd.apache.org/docs/current/mod/mod_rewrite.html)
|
||||||
or AllowOverride is disabled.
|
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:
|
You can work around this by adding this to your `config.yml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in a new issue