RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|images|img|css|js|robots\.txt)
RewriteCond $1 !^(index\.php|application/views/|robots\.txt|install|favicon\.ico|documents)
RewriteRule ^(.+)$ index.php?/$1 [L]
# File modified on Fri May 25 08:23:49 2018 by server
# For security reasons, mod_php is not used on this server. Use a php.ini file for php directives
# php_value max_input_vars 5000
# For security reasons, mod_php is not used on this server. Use a php.ini file for php directives
# php_value suhosin.get.max_vars 5000
# For security reasons, mod_php is not used on this server. Use a php.ini file for php directives
# php_value suhosin.post.max_vars 5000
# For security reasons, mod_php is not used on this server. Use a php.ini file for php directives
# php_value suhosin.request.max_vars 5000