Update htaccess so images can load

このコミットが含まれているのは:
Timothy Warren 2017-04-28 13:20:59 -04:00
コミット 90f81fdf7f
1個のファイルの変更0行の追加1行の削除

ファイルの表示

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