Update htaccess so images can load

This commit is contained in:
Timothy Warren 2017-04-28 13:20:59 -04:00
förälder dd07a441b2
incheckning 90f81fdf7f
1 ändrade filer med 0 tillägg och 1 borttagningar

Visa fil

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