diff options
author | Thomas Lange <code@nerdmind.de> | 2017-03-04 13:41:52 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-03-04 13:41:52 +0100 |
commit | 9ace3fe81f311f4a0c0998468bb5627b187b1166 (patch) | |
tree | c095486a77b31d66ea3658d5ccf0e7dbe0abfe1a /Configuration.md | |
parent | f7069b4e0944010e1f33080febf0278944bf206e (diff) | |
download | wiki-9ace3fe81f311f4a0c0998468bb5627b187b1166.tar.gz wiki-9ace3fe81f311f4a0c0998468bb5627b187b1166.tar.xz wiki-9ace3fe81f311f4a0c0998468bb5627b187b1166.zip |
Note about the RewriteBase directive added again.
Diffstat (limited to 'Configuration.md')
-rw-r--r-- | Configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md index 86ce12e..492f6a3 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` directive within your `.htaccess` file to a value like `RewriteBase /sub/directory/`! * `PATHINFO.PROT`: [string: `'https://'`] * `PATHINFO.HOST`: [string: `'example.org'`] |