diff --git a/fonts b/fonts new file mode 160000 index 0000000000000000000000000000000000000000..a44abd0e742ad6e7fd8d8bc4c3cad5155c9f3a92 --- /dev/null +++ b/fonts @@ -0,0 +1 @@ +Subproject commit a44abd0e742ad6e7fd8d8bc4c3cad5155c9f3a92 diff --git a/public/.htaccess b/public/.htaccess index 903f6392ca410eceab8338afb27da72e985b3cc0..1d677765410027ae5a9cd38080886f64a38f0385 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,20 +1 @@ -<IfModule mod_rewrite.c> - <IfModule mod_negotiation.c> - Options -MultiViews - </IfModule> - - RewriteEngine On - - # Redirect Trailing Slashes If Not A Folder... - RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*)/$ /$1 [L,R=301] - - # Handle Front Controller... - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^ index.php [L] - - # Handle Authorization Header - RewriteCond %{HTTP:Authorization} . - RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] -</IfModule> +DirectoryIndex index.php