From f1bc3736cc3df63a57f8f530744d0dd5e8c86457 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sun, 26 Jan 2020 01:42:33 -0700 Subject: [PATCH] Updated .htaccess --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 17bf6bd..8cd7c23 100644 --- a/.htaccess +++ b/.htaccess @@ -1,12 +1,12 @@ RewriteEngine On - # Redirect Trailing Slashes If Not A Folder... + # Remove trailing slashes if not a folder RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] - # Handle Front Controller... + # Handle the front controller... RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^ index.php [L] + RewriteRule ^ index.php [QSA,L]