summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-02-27 01:10:45 +0100
committerThomas Lange <code@nerdmind.de>2017-02-27 01:10:45 +0100
commit70c6abd09ab3dd4d2eca16072d5051aef840e2c8 (patch)
tree04f8eb2afeb0855cbdb6c16d8951e16edb87c0c7
parent1a581fe30b0de9a08cb99412512ade248aa32bfa (diff)
downloadwiki-70c6abd09ab3dd4d2eca16072d5051aef840e2c8.tar.gz
wiki-70c6abd09ab3dd4d2eca16072d5051aef840e2c8.tar.xz
wiki-70c6abd09ab3dd4d2eca16072d5051aef840e2c8.zip
Note to change the RewriteBase rule when changing the base directory added.
-rw-r--r--Configuration.md2
1 files changed, 1 insertions, 1 deletions
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'`]