Update htaccess so images can load

pull/1/head
Timothy Warren 6 years ago
parent dd07a441b2
commit 90f81fdf7f

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