From ed3eaaf4364ce0b5238a2b8e84e7b40d8a30ced9 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 18 Feb 2020 13:30:09 -0700 Subject: [PATCH] Removed .htaccess file as it's no longer needed --- .htaccess | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 96fa8be..0000000 --- a/.htaccess +++ /dev/null @@ -1,13 +0,0 @@ - - RewriteEngine On - - # Remove trailing slashes if not a folder - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_URI} (.+)/$ - RewriteRule ^ %1 [L,R=301] - - # Handle the front controller... - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^ index.php [QSA,L] -