From fb6d5a6a0a66d7ae1a1102c2108edd6a83c9c472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Bustos?= Date: Tue, 24 Apr 2018 01:01:43 -0300 Subject: [PATCH] Install bug It shows a blank page on install route in apache, it could be an rewrite error at line RewriteBase / exactly, removing that line sould be fix. --- .htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/.htaccess b/.htaccess index 43fdeeea..d8b312ce 100755 --- a/.htaccess +++ b/.htaccess @@ -2,7 +2,6 @@ Options -Indexes RewriteEngine On -RewriteBase / # Handle Authorization Header RewriteCond %{HTTP:Authorization} ^(.*)