Update htaccess so images can load

Este commit está contenido en:
Timothy Warren 2017-04-28 13:20:59 -04:00
padre dd07a441b2
commit 90f81fdf7f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -3,5 +3,4 @@ RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(public)
RewriteRule ^(.*)$ index.php/$1 [L]