From 89a791e18777cdbcced6648a0b70eb3fd2e748f5 Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Mon, 2 Mar 2026 11:08:53 +0000 Subject: [PATCH] Fix internal redirect loop on trailing-slash URLs --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 5cb37d5..d2dbe3a 100644 --- a/.htaccess +++ b/.htaccess @@ -178,7 +178,7 @@ Options -Indexes RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}.php -f - RewriteRule ^(.+?)/?$ $1.php [L] + RewriteRule ^(.+?)/?$ $1.php [END] # Security rules RewriteRule ^logs(/.*)?$ - [F,L]