this
echo anchor('perkalian','Perkalian');
is supposed to take me to:
http://localhost/codeigniter/index.php/hitung/perkalian
but instead, it takes me to:
http://localhost/codeigniter/index.php/localhost/CodeIgniter/index.php/perkalian
what is wrong with my code?
routing : $route['default_controller'] = 'hitung';