Reputation: 618
In codeigniter I have using class name Login
having controller file name login.php
. It is working fine in localhost but when i am uploading it to the cpanel then it is showing 404 error. In that case we need to make the controller First letter Capital. Mean the controller name should be Login.php
. Can you tell me the solution why it is working in localhost and not in cpanel. Because I have not seen this kind of rules in codeigniter user_documentation page.
Upvotes: 1
Views: 219