This topic is locked

Text field is not setting the way I need it

1/5/2009 1:59:52 PM
PHPRunner General questions
H
horsey_kim author

I am creating a link to a text field and it is a hyperlink. I use the URL in the settings to set my info and part of the url has a capital and then small letters. PHPRunner keeps converting it all to small letters and so it fails, because it needs to be a cap letter.
example:
file:///\\Oresam\testfiles\ - but it is coming out as file:///\\oresam\testfiles\ - yet if I go back to edit the field it shows it the correct way. It is when I have it uploaded that it has a problem when i run that screen in my browser that it shows the small letter and errors out.
Does anyone have an idea why when it uploads the file it forces the url in lower case and not in the case that I wrote it?
Kim

J
Jane 1/6/2009

It's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

H
horsey_kim author 1/7/2009

I just tried it in Firefox and it keeps the Capital letters in place. But in IE it makes it all lower case. Could it be a setting in my IE? any ideas.

H
horsey_kim author 1/20/2009

I found out it is a windows thing and that IE forces lower case letters in domain names and such. So it will not allow capital letters. I am having the company rename their server so that it is all in small letters, so it will work.
Thanks,
Kim

T
thesofa 1/21/2009

if your pages run on a linux server, you can enable an Apache2 mod called mod_speling which allows upper and lower case names to point to the same thing