From 27a537e2bf693b8d4eb10139662872fc73e85f10 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 7 Jun 2023 16:22:33 +1200 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f58727e..91427dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Silverstripe Trailing Slash -Ensure that a single trailing slash is always added to the URL. URLs accessed via -Ajax, contain $_GET vars, or that contain an extension are ignored. +Ensure that a single trailing slash is always added to the URL. + +Only GET and HEAD requests are redirected, excluding URLS that contain a file extension or query parameter. +Detected ajax requests are also ignored. ## Examples