Ben CI URL'ler gelen 'index.php' çıkarmak için çalışıyorum.
Ben birçok çözüm denedim, bunların hiçbiri çalıştı. Ben zaten 'config.php' bu değişkenleri kurdum:
$config['index_page'] = "";
$config['uri_protocol'] = "REQUEST_URI";
. Ve benim geçerli htaccess olduğunu:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^plugb.com$ [NC]
RewriteRule ^(.*)$ http://www.plugb.com/$1 [R=301,L]
RewriteCond $1 !^(index\.php|files|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
Www öneki kısmı çalışıyor. Ama 'index.php' parçası değil. Eğer web sayfasını kontrol etmek istiyorsanız, işte burada: http://www.plugb.com/index.php/home