From fa74e598548fe9cadba89cba898b2ba4d0a6aa9c Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 28 Apr 2017 13:20:59 -0400 Subject: [PATCH] Update htaccess so images can load --- .htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/.htaccess b/.htaccess index cca7887c..9d8d80f5 100644 --- a/.htaccess +++ b/.htaccess @@ -3,5 +3,4 @@ RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteCond $1 !^(public) RewriteRule ^(.*)$ index.php/$1 [L] \ No newline at end of file