CodeIgniter Forums
from Local to hosting problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: from Local to hosting problem (/showthread.php?tid=1199)



from Local to hosting problem - sertacmc - 02-18-2015

My project working on the locale but not working on the host i try some characters lowercase some code is work but not all. İs codeigniter have any settings for this i want my codes can be "public function Games() Category()" etc.. İs any config settings or anything? for unix linux ... it is normally on the windows. Please help me sorry for my english is bad. Thanx.


RE: from Local to hosting problem - pkMyt1 - 02-22-2015

Need a little more information. The paths are different between Windows and Linux so any files where you hard coded paths such as file upload paths, or cache location will need to be changed. Upon reading your question again, is your error http://local/Games works but http://production/Games does not?


RE: from Local to hosting problem - sajid19991 - 02-23-2015

looks like might have been .htaccess trouble, are you on a shared hosting / vps / dedicated ? contact your host and let them have a look at htaccess files and settings, thats generally the case between local to host..

it would be great if you can post your htaccess code here and elaborate more on the problems you are facing...


RE: from Local to hosting problem - mwhitney - 02-26-2015

Check the filename requirements for the version of CodeIgniter you are using. More than likely, you have some files named in all lowercase which should have an uppercase first letter. Windows won't notice the difference, but most other operating systems will.