Welcome Guest, Not a member yet? Register   Sign In
from Local to hosting problem
#1

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.
Reply
#2

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?
Reply
#3

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...
Reply
#4

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.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB