Update htaccess so images can load
This commit is contained in:
parent
dd07a441b2
commit
90f81fdf7f
@ -3,5 +3,4 @@ RewriteEngine On
|
|||||||
RewriteBase /
|
RewriteBase /
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond $1 !^(public)
|
|
||||||
RewriteRule ^(.*)$ index.php/$1 [L]
|
RewriteRule ^(.*)$ index.php/$1 [L]
|
Loading…
Reference in New Issue
Block a user