From 52c37be258a197cb181af2c97460ea6620c8687a Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 19 Sep 2021 12:31:30 +0200 Subject: Update documentation --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Configuration.md') diff --git a/Configuration.md b/Configuration.md index 1072d63..b019041 100644 --- a/Configuration.md +++ b/Configuration.md @@ -88,8 +88,8 @@ Enable or disable the use of slug URLs for item permalinks. If disabled, the uni * `POST.SLUG_URLS`: [bool: `TRUE`|`FALSE`] * `USER.SLUG_URLS`: [bool: `TRUE`|`FALSE`] -## Single redirects -Enable or disable the redirection from the overviews to the items primary page if only one item of the specific type exists. For example, if you only have one user and `USER.REDIRECT_SINGLE` is set to `TRUE`, requests to `/user/` will be automatically redirected to `/user/username/` (or `/user/id/`). +## Redirect single items +Enable or disable the redirection from the overviews to the items primary page if only one item of the specific type exists. For example, if you only have one user and `USER.REDIRECT_SINGLE` is set to `TRUE`, requests to `/user/` will be automatically `302`-redirected to `/user/username/` (or `/user/id/`). * `CATEGORY.REDIRECT_SINGLE`: [bool: `TRUE`|`FALSE`] * `PAGE.REDIRECT_SINGLE`: [bool: `TRUE`|`FALSE`] -- cgit v1.2.3