Hi,
I am new to CI and I want to create “Admin” panel for mysite.
I have created an admin folder inside controller folder and I have login controller inside that(path is application/controller/admin/login.php) .I want to access my admin panel as localhost/mysite/admin
I am getting
The requested URL /mysite/admin was not found on this server.. while trying to access admin.
I would like to know any settings/changes I will have to make in my config or routes file.
Thanks ,
Chaitanya