Update htaccess so images can load

这个提交包含在:
Timothy Warren 2017-04-28 13:20:59 -04:00
父节点 dd07a441b2
当前提交 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]