30
CodeIgniter url'den index.php kaldırma
Mevcut URL'lerim şöyle görünüyor [mysite]index.php/[rest of the slug]. Bu url'lerden soymak istiyorum index.php. mod_rewriteapache2 sunucumda etkin. İçinde config,$config['index_page'] = ''; Codeignitor kök dosyamda .htaccess, RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php/$0 [PT,L] Ama yine de çalışmıyor. Nerede yanlış gidiyorum?