//flex table opened by JP

Click to See Complete Forum and Search --> : Is URL on all Unix servers is case sensitive?


matrix_vn
03-31-2003, 11:49 PM
Your answer to the above question and any solution would be much appreciated.

Thank you,

Tran

DocEvi1
04-01-2003, 09:34 AM
I don't know the exact answer to this one, but in any case one should always assume that url's/passwords/usernames are case-sensitive. That way you will never run into problems.

Stefan

matrix_vn
04-01-2003, 09:12 PM
Thank for your advice Stephan,

DocEvi1
04-02-2003, 09:37 AM
Originally posted by matrix_vn
Thank for your advice Stephan,

Stefan - German spelling ;) I'll forgive ya tho.

Stefan

matrix_vn
04-02-2003, 09:21 PM
Yeah my mistake! Sorry Stefan:t

qball
04-02-2003, 11:24 PM
First off, urls, email, ALL case insensitive.

wwW.GOogLe.CoM
and
WWW.GOOGLE.COM
OR
www.SysOpt.com
AND
WWw,SYSopt.COM

same thing.

username/password CASE sensitive, not even same issue.

Unix as an OS, CASE sensitive.

Why is this a problem/issue?

Solution would be to always store urls in upper or lower case. Whatever uses them shouldn't really care?


Just don't call him 'mini-me', or 'DOCtorevIL1'

matrix_vn
04-03-2003, 01:00 AM
I thought so but check out my website

http://www.dnlaw.com.vn/EN/

is ok

but you can not access http://www.dnlaw.com.vn/en/

The hosting provider told me cos' I chosen hosting on Unix Server

DocEvi1
04-03-2003, 10:07 AM
Originally posted by qball


Just don't call him 'mini-me', or 'DOCtorevIL1'


you are a very strange person qball!

It is possible that is case sensitive, i have seen that before!

Stefan

qball
04-03-2003, 11:12 PM
you are a very strange person qball!


been there, done that? My cats/docs/pets say the same thing!

matrix_vn,

you are correct, case seems to be relevant to access.

taking a look at:

http://www.dnlaw.com.vn/EN/

the interesting thing is ...com.vn/EN/

can ping:

www.dnlaw.com.vn

but not:

www.dnlaw.com

so it seems the .vn/EN/ may fall under the directory structure for the given webserver OS.

Any idea what ".vn" denotes?

oops, Vietnam. Seems nation designation affects the following chars in URL, OR (./)?

If this helps:

keep base url (www.dnlaw.com.vn) case insensitive, anything after, case sensitive.

guessing this is a DNS issue, but, just guessing...