Add ugly URLs to FAQ

This commit is contained in:
Pierre Rudloff 2017-01-11 12:29:31 +01:00
parent 764110ac49
commit abcfbfbb2b
1 changed files with 9 additions and 0 deletions

9
FAQ.md
View File

@ -71,3 +71,12 @@ You need to either:
* Use a [release package](https://github.com/Rudloff/alltube/releases)
* Run `npm install` (see detailed instructions in the [README](README.md#from-git))
## 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.
You can work around this by adding this to your `config.yml` file:
```yaml
uglyUrls: true
```