Update htaccess so images can load

This commit is contained in:
Timothy Warren 2017-04-28 13:20:59 -04:00
rodič dd07a441b2
revize 90f81fdf7f
1 změnil soubory, kde provedl 0 přidání a 1 odebrání

Zobrazit soubor

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