[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.