1.Create a new file .htaccess on root directory.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
`
2. Go to your config.php file and change from $config['index_page'] = 'index.php'
to $config['index_page'] = ''