diff options
author | Thomas Lange <code@nerdmind.de> | 2017-02-28 02:52:13 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-02-28 02:52:13 +0100 |
commit | 9620ae671072b54bee71ef642fbc2eb5e3dfffb0 (patch) | |
tree | 9df12337fa292c7cffc0257de9d7ebee29ebdcc7 | |
parent | 70c6abd09ab3dd4d2eca16072d5051aef840e2c8 (diff) | |
download | wiki-9620ae671072b54bee71ef642fbc2eb5e3dfffb0.tar.gz wiki-9620ae671072b54bee71ef642fbc2eb5e3dfffb0.tar.xz wiki-9620ae671072b54bee71ef642fbc2eb5e3dfffb0.zip |
Note about the RewriteBase removed because the RewriteBase directive was removed from the .htaccess file.
-rw-r--r-- | Configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md index 6f34dc3..f968449 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` rule 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'`] |