I have problems with my codeigniter webapp it works fine on my local host but not on live server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I have problems with my codeigniter webapp it works fine on my local host but not on live server

Can any one help me? I code a web app in php with codeigniter it works well on my localhost but when I upload it on live server it loads only home page. For other pages it gives a error ''No input file specificed'' When I do google about it. There are many tricks like change .htaccess but no one works. What should I do Check this It loads foodpark.tk But does not load Foodpark.tk/category/index And all the other pages see the complete question in https://stackoverflow.com/q/44708731/8125140

23rd Jun 2017, 12:28 AM
Akash
Akash - avatar
2 Answers
+ 8
thanks that is fixed now. that was the problem of my hosting.
4th Jul 2017, 11:39 PM
Akash
Akash - avatar
0
There have to be something wrong with your codeigniter config and/or your routing. Set the routes to its default and check your base_url. Also it could helpfull to post images of your routes.php, config.php (just the base_url and prefix) and the controller that is loading the view.
4th Jul 2017, 11:18 PM
Bumpety