php.htaccesscodeigniterbonfire

Custom Module using Bonfire CI on Cpanel


I have developed my own module using bonfire on CI. The application works best locally. When I deploy it on Cpanel, the main pages until login screen work well. As soon as I try to hit the pages of my module, it gives me a 404 error. They are of the pattern: http://website.com/admin/content/blog/edit etc.

I have edited .htaccess in the root directory, but I am not sure what to put in .htaccess in Bonfire_root/public. I suspect the problem lies here but I am unable to troubleshoot successfully.


Solution

  • As @nishant-nair mentioned, the solution was to Capitalize the first character of the controller file names.