This topic is locked

Case sensitive file names in unix

11/6/2008 9:10:50 AM
PHPRunner General questions
D
dcrera author

Hi
My applications are developed on my windows PC and then migrated unto our production server.
The problem I am experienceing is that the file names in windows is not case sensitive and where as our server is.
How can I ensure that file names are case sensitive in windows as well.
eg header("Location: View_Meter_Fittment_view.php?editi.........
and
header("Location: View_meter_Fittment_view.php?editi........ (meter in lower case)
works perfectly in windows but not on the production server.

J
Jane 11/7/2008

Hi,
code created by PHPRunner is case sensitive.

But you need to check your custom code manually.

T
thesofa 11/7/2008

Hi

My applications are developed on my windows PC and then migrated unto our production server.
The problem I am experienceing is that the file names in windows is not case sensitive and where as our server is.
How can I ensure that file names are case sensitive in windows as well.
eg header("Location: View_Meter_Fittment_view.php?editi.........
and
header("Location: View_meter_Fittment_view.php?editi........ (meter in lower case)
works perfectly in windows but not on the production server.



perhaps it is easieast to adopt a totally lower case system, so all tables, views and filenames are lower case?