Closed GoogleCodeExporter closed 8 years ago
I think the error is just because of URL rewritting.
So to fix it, you just need to add the directory name in .htaccess
for http://localhost/ci-cms
You add the ci-cms in .htaccess
{{{
RewriteEngine on
RewriteCond $1 !^(index\.php|application|media|robots\.txt)
RewriteRule ^(.*)$ /ci-cms/index.php/$1 [L]
}}}
Original comment by heriniai...@gmail.com
on 24 Dec 2009 at 7:53
Original issue reported on code.google.com by
mr.thachvinh@gmail.com
on 1 Nov 2009 at 1:03