RewriteEngine on RewriteRule ^$ /a3m/index.php [L] RewriteCond $1 !^(index\.php|css|img|js|scripts|system|uploads|robots\.txt|favicon\.ico) RewriteRule ^(.*)$ /a3m/index.php/$1 [L]
$config['base_url'] = "http://localhost/a3m/";