From 45523adbc0fee68011d5303b518db39210a17a14 Mon Sep 17 00:00:00 2001
From: icalF <laser.survivor@gmail.com>
Date: Sat, 14 May 2016 21:26:27 +0700
Subject: [PATCH] htaccess

---
 fonts            |  1 +
 public/.htaccess | 21 +--------------------
 2 files changed, 2 insertions(+), 20 deletions(-)
 create mode 160000 fonts

diff --git a/fonts b/fonts
new file mode 160000
index 0000000..a44abd0
--- /dev/null
+++ b/fonts
@@ -0,0 +1 @@
+Subproject commit a44abd0e742ad6e7fd8d8bc4c3cad5155c9f3a92
diff --git a/public/.htaccess b/public/.htaccess
index 903f639..1d67776 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
-- 
GitLab