diff --git a/.gitignore b/.gitignore index e0d0d37d..59c90b76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ /vendor composer.phar composer.lock +.env.local.php +.env.php .DS_Store Thumbs.db \ No newline at end of file diff --git a/public/.htaccess b/public/.htaccess index ea51a317..77827ae7 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,14 +1,14 @@ - - Options -MultiViews + + Options -MultiViews RewriteEngine On # Redirect Trailing Slashes... - RewriteRule ^(.*)/$ /$1 [L,R=301] + RewriteRule ^(.*)/$ /$1 [L,R=301] - # Handle Front Controller... + # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L]