CodeIgniter Forums
.htaccess - 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: .htaccess (/showthread.php?tid=47883)



.htaccess - El Forum - 12-26-2011

[eluser]ibnclaudius[/eluser]
.htaccess
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

config/config.php
Code:
$config['index_page'] = '';

error:
Quote:Not Found

The requested URL /index.php/ was not found on this server.