CodeIgniter Forums
Problem with remove index.php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problem with remove index.php (/showthread.php?tid=39240)



Problem with remove index.php - El Forum - 03-05-2011

[eluser]ivelin[/eluser]
I want remove index.php???? .htaccess->
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /ci/index.php/$1 [L]
but I can not do it! Му ОS is Ubuntu 10.04.... help


Problem with remove index.php - El Forum - 03-06-2011

[eluser]freeman[/eluser]
Have you tried..

Code:
$config['index_page'] = '';

application/config/config.php