Sometimes, it makes you crazy when you see that your Codeigniter (CI) application is not working in live server. This type CI problem is very usual in DramHost or BrainHost server due to .htaccess configuration. You will have to do a little changes to make the .htaccess work. In your config.php file, please set $config['index_page'] = … Read More →
Tag Archives: Codeigniter
Error at Codeigniter “No Input File Specified”
Sometimes life become hell for some unexpected errors. Well, this is not unexpected error, it can be occurred if you run your application at PHP5 as CGI mode on Apache 2.2. You may face it if you run your application at shared hosting. Last week, I ran into this problem when I used Codeigniter for … Read More →

