Я пытаюсь удалить индекс. php в URL.
Я перепробовал все предложения от StackOverflow.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
$config['base_url'] = 'http://localhost/practice/CILogin/';
$config['index_page'] = "";
$config['uri_protocol'] = 'REQUEST_URI';
/*also tried with*/
$config['uri_protocol'] = 'Auto';
LoadModule rewrite_module modules/mod_rewrite.so
AllowOverride All
у меня ничего не работает ..