When I download project in https://www.codeigniter.com/user_guide/installation/downloads.html
CodeIgniter v2.2.0
When I run http://localhost/qldv, I get result as welcome page of codeigniter, but when I register in routes.php with route
$route['admin/welcome'] = 'welcome';
When I go to web with link: http://localhost/qldv/admin/welcome
I don't get welcome page. Result is
Object not found!
Please help me. Thanks