<IfModule mod_rewrite.c>
  	RewriteEngine on
 
    RewriteCond $1 !^(index\.php|images|stylesheets|system/application/sources/)
 
    RewriteCond %{REQUEST_FILENAME} !-f
 
    RewriteCond %{REQUEST_FILENAME} !-d
 
    RewriteRule ^(.*)$ index.php?/
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php70” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php70___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
