"codeigniter: 404 page not found on live server" Code Answer

5

You are using MVC with OOPS Concept. So there are some certain rules.

1) Your class name (ie: controller name) should be start with capital Letter.

e.g.: your controller name is 'icecream'. that should be 'Icecream'

In localhost it might not be compulsory, but in server it will check all these rules, else it can't detect the right class name.

By user2458048 on September 27 2022

Answers related to “codeigniter: 404 page not found on live server”

Only authorized users can answer the search term. Please sign in first, or register a free account.