From 8fd239ac266974a553a5d2fa2be0c9a0503951d5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 18 Apr 2024 16:23:16 +0200 Subject: [PATCH] wip #6871 --- public/.htaccess | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index c65d98c..c2c48b0 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -9,11 +9,6 @@ RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] -# # Redirect Trailing Slashes If Not A Folder... -# RewriteCond %{REQUEST_FILENAME} !-d -# RewriteCond %{REQUEST_URI} (.+)/$ -# RewriteRule ^ %1 [L,R=301] - # Send Requests To Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f -- 2.39.5