codeigniter routes not working without index.php in live server inside default var/www/html folder – Apache
Codeigniter routes works in local server. when I deploy to var/www/html of server, the routes not working as expected. when I add index.php before controller name in URL, it works fine. but without index.php, it throws 404 page not found…