From 70c6abd09ab3dd4d2eca16072d5051aef840e2c8 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 27 Feb 2017 01:10:45 +0100 Subject: Note to change the RewriteBase rule when changing the base directory added. --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index f968449..6f34dc3 100644 --- a/Configuration.md +++ b/Configuration.md @@ -40,7 +40,7 @@ Template directory and language (from `template/{template_name}/lang/`) to use. * `TEMPLATE.LANG`: [string: `'en'`] ## Paths -Protocol, hostname and base directory for your installation. +Protocol, hostname and base directory for your installation. If you change the base directory, you also have to change the `RewriteBase` rule within your `.htaccess` file to a value like `RewriteBase /sub/directory/`! * `PATHINFO.PROT`: [string: `'https://'`] * `PATHINFO.HOST`: [string: `'example.org'`] -- cgit v1.2.3