I have an application with codeigniter, I want to call a Home controller when the application view is in the Contacts menu, but an error appears like this
Link URL
<li><a href="<?= base_url('home');?>" class="active">Beranda</a></li>
.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]