I know this question have more answer on this page. But It is not work fine for me. I don't know why. I followed step by step as instruction. Could you please help me check. Thanks for your support The URL looks liks is : examplemysite.com
The link work well if I add index.php for it.
- Change config.php -> $config['index_page'] = '';
- $config['uri_protocol'] = 'REQUEST_URI';
- htaccess is located same level with index.phpenter image description here
The content of htaccess
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]