diff options
author | Thomas Lange <code@nerdmind.de> | 2017-03-04 15:12:00 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-03-04 15:12:00 +0100 |
commit | bd7a8061d0b79d88e5b86e6b9047990c55b0c745 (patch) | |
tree | 6fbf697b8ccdbbbb2156c225ea056e85fb74e99c | |
parent | 9ace3fe81f311f4a0c0998468bb5627b187b1166 (diff) | |
download | wiki-bd7a8061d0b79d88e5b86e6b9047990c55b0c745.tar.gz wiki-bd7a8061d0b79d88e5b86e6b9047990c55b0c745.tar.xz wiki-bd7a8061d0b79d88e5b86e6b9047990c55b0c745.zip |
Note about the RewriteBase directive now finally removed because the problem which causes trouble is resolved.
-rw-r--r-- | Configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md index 492f6a3..86ce12e 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. 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/`! +Protocol, hostname and base directory for your installation. * `PATHINFO.PROT`: [string: `'https://'`] * `PATHINFO.HOST`: [string: `'example.org'`] |