diff options
author | Thomas Lange <code@nerdmind.de> | 2017-03-10 22:02:21 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-03-10 22:02:21 +0100 |
commit | 5d6a15cfe094bf0122662655fb99aae034f64239 (patch) | |
tree | 8cc7f6c16f0a831aa414177fdd8a4361b5c9d859 | |
parent | 9d58ebba8f77ce9af8ff8c7bca32e5ba06ffc42e (diff) | |
download | wiki-5d6a15cfe094bf0122662655fb99aae034f64239.tar.gz wiki-5d6a15cfe094bf0122662655fb99aae034f64239.tar.xz wiki-5d6a15cfe094bf0122662655fb99aae034f64239.zip |
.htaccess modification is in version 1.1 no longer necessary.
-rw-r--r-- | Configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md index d72eda1..b27f697 100644 --- a/Configuration.md +++ b/Configuration.md @@ -67,7 +67,7 @@ Enable or disable the use of slug URLs for page items. If disabled, the unique p * `USER.SLUG_URLS`: [boolean: `TRUE`|`FALSE`] ## Directories -Base directory relative to your root directory where page items should be linked. If you change one of these default values, you also have to change your `.htaccess` as well. +Item base directories relative to your base directory where the application is installed. * `PAGE.DIRECTORY`: [string: `'page/'`] * `POST.DIRECTORY`: [string: `'post/'`] |