my codeigniter project in mathwork folder mathwork is folder inside a another folder admin which have codeigniter file admin admin is folder have a codeigniter file library all have
mathwork
--admin
when i want to try access as
http://localhost/mathwork/admin/authorize/add
it show error 404
when i try to access as
http://localhost/mathwork/admin/index.php/authorize/add
its working fine
how to remove index.php and get url as
http://localhost/mathwork/admin/authorize/add