+ 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
2 odpowiedzi
+ 8
thanks
that is fixed now.
that was the problem of my hosting.
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.