MyAppDev/livice/master/.htaccess
RewriteEngine on RewriteCond $1 !^index.php RewriteCond $1 !^(index.php|images|.+.css$|.+.js$|.+.png$|.+.jpg$|robots.txt$|.+.map$|.+.svg$|.+.eot$|.+.ttf$|.+.woff$|.+.woff2$|.+.gif) RewriteRule ^(.*)$ index.php/$1 [L]
Files
