I'm new to .htaccess. I have two CodeIgniter Project.
I have structured my project like this
parent-folder
--frontend (my frontend codeigniter project)
--backend (my backend codeigniter project)
when I hit example.com it should go to frontend and when I hit example.com/admin it should go to backend.
I'm not getting how to implement using .htaccess.