PC Nerd Posted June 28, 2008 Share Posted June 28, 2008 Hi, Linux is case sensative, windows isnt. So how can i set PHP ( or is apache) to read my directories as case sensative. Ive continually run into the problem when uploading to my host which is linux - it non of the links ever workign because their case sensative....? Thanks Quote Link to comment Share on other sites More sharing options...
phpzone Posted June 28, 2008 Share Posted June 28, 2008 When you upload via FTP you should be able to force lowercase if that will achieve what you want? To be honest I like to name things like NewsObject.php, so I write in the same case in the include files, this might annoy someone else, but I prefer it. Quote Link to comment Share on other sites More sharing options...
Jabop Posted June 28, 2008 Share Posted June 28, 2008 I would just go ahead and suggest to start following case-sensitive conventions, because it's good practice. Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted June 28, 2008 Author Share Posted June 28, 2008 I intend on building myself a series of naming conventions ( camel case etc)... however it would be nice to have my server correct me and yell errors at me if i dont... ( i know,.. seems weird doesnt it)... any other suggestions? Quote Link to comment Share on other sites More sharing options...
phpzone Posted June 28, 2008 Share Posted June 28, 2008 Ummm.. Backup... Download Ubuntu Studio... Install... Voila ;-) Same OS at both side. I'm joking, but it is an option, you can dual boot. And also... Download install Eclipse (apt-get install eclipse) Download install Aptana and Aptana PHP Plugin (add to update sites on eclipse and download through eclipse update) Apache2... apt-get apache2 PHP5.... apt-get php5 etc. etc. etc. ... Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted June 29, 2008 Author Share Posted June 29, 2008 I have Linux dual booted, however im doing thei project on windows..... im only dual booting to get the feel of linux, learn it etc..... Ill be migrating web development over eventually though. ( software developmet Ido is for windows, so i need a lot of my stuff on windows too ....). are there an apache modules or whatever that tell it to be case sensitive.? thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.