Forum Moderators: buckworks & skibum

Message Too Old, No Replies

Google's server is case sensitive

or the URL's on Google's server

         

sdani

11:06 pm on Jul 24, 2004 (gmt 0)

10+ Year Member



Try out the Adword's URL with an upper case A:

[google.com...]

gertrijs

7:52 am on Jul 25, 2004 (gmt 0)



Most (*nix) servers are case sensitive. As far as I know, only Windows based servers are not.

Gert

victor

8:11 am on Jul 25, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



All URLs are case sensitive (except for the domain name part -- try WWW.GOOGLE.COM/ads )

A UNIX file system is case sensitive, while a WIN one is not. But that does not directly related to URLs. A URL is not a file name.

A URL like:
[google.com...]
may result in you being served a file called...

/home/stuff/stuff/stuff/ADS/home/index.HTML
or
c:\stuff\stuff\stuff\ADS\home\index.HTML

...you'd never know what the actual file is.

So URLs map to file names (with a one-to-many mapping in the case of cloaking or geo-targetting, etc).

It's that mapping that Google is doing in a case-sensitive manner. I guess they are just too big to bother being user-friendly any more.