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] -