04-14-2011, 05:19 AM
[eluser]Mantero[/eluser]
put this in your .htaccess file (don't edit anything)
and change your base url to this:
put this in your .htaccess file (don't edit anything)
Code:
Options -Indexes
RewriteEngine on
RewriteCond $1 !^(index\.php|img|css|script|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
and change your base url to this:
Code:
$config['base_url'] = '';