diff --git a/.htaccess b/.htaccess index d3d4a9f..020cd58 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,4 @@ RewriteEngine on -RewriteCond $1 !^(index\.php|assets|images|js|css|uploads|favicon.png) -RewriteCond %(REQUEST_FILENAME) !-f -RewriteCond %(REQUEST_FILENAME) !-d -RewriteRule ^(.*)$ ./index.php/$1 [L] \ No newline at end of file +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ ./index.php/$1 [L]