From abcfbfbb2b2686da96bd5d93da11ba18dfc48cfa Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 11 Jan 2017 12:29:31 +0100 Subject: [PATCH] Add ugly URLs to FAQ --- FAQ.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FAQ.md b/FAQ.md index 6331183..3ed1185 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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 +```