load URL file ... case sensitive!

2008-11-25 Thread Tiemo Hollmann TB
Hello,

when downloading a file with load URL, the filename has to be case
sensitive.

Who is it? Is it the rev engine, the load command, or my web server? Are
there any options to load a URL without being case sensitive with the
filenames like putting any URL in a browser and getting it

Thanks

Tiemo

 

 

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: load URL file ... case sensitive!

2008-11-25 Thread Luis

Hiya,

On the web, anything after the .com or .net or .org (after the Top  
Level Domain basically) is case sensitive on most web servers.


Cheers,

Luis.


On 25 Nov 2008, at 10:26, Tiemo Hollmann TB wrote:


Hello,

when downloading a file with load URL, the filename has to be case
sensitive.

Who is it? Is it the rev engine, the load command, or my web  
server? Are

there any options to load a URL without being case sensitive with the
filenames like putting any URL in a browser and getting it

Thanks

Tiemo





___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: load URL file ... case sensitive!

2008-11-25 Thread Eric Chatonet

Bonjour Tiemo,

Le 25 nov. 08 à 11:26, Tiemo Hollmann TB a écrit :


when downloading a file with load URL, the filename has to be case
sensitive.

Who is it? Is it the rev engine, the load command, or my web  
server? Are

there any options to load a URL without being case sensitive with the
filenames like putting any URL in a browser and getting it


Any url is *always* case sensitive :-)

Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [EMAIL PROTECTED]/



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: AW: load URL file ... case sensitive!

2008-11-25 Thread Luis

Hiya,

It's not the browser that checks, it's the file system on the server.  
On UNIX based servers this has always been so, on Windows based  
servers I think you might get away with not worrying about case  
sensitivity (I haven't checked on the Windows side of web serving  
lately, so this may have changed).


Cheers,

Luis.


On 25 Nov 2008, at 10:38, Tiemo Hollmann TB wrote:


Hi Luis and Eric,
ok, didn't knew that. So browsers have a build in function, which  
checks
every upper-lower constellation of the filename, regardless, how I  
input it?

Tiemo


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:use-revolution-
[EMAIL PROTECTED] Im Auftrag von Eric Chatonet
Gesendet: Dienstag, 25. November 2008 11:29
An: How to use Revolution
Betreff: Re: load URL file ... case sensitive!

Bonjour Tiemo,

Le 25 nov. 08 à 11:26, Tiemo Hollmann TB a écrit :


when downloading a file with load URL, the filename has to be case
sensitive.

Who is it? Is it the rev engine, the load command, or my web
server? Are
there any options to load a URL without being case sensitive with  
the

filenames like putting any URL in a browser and getting it


Any url is *always* case sensitive :-)

Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [EMAIL PROTECTED]/



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


AW: AW: load URL file ... case sensitive!

2008-11-25 Thread Tiemo Hollmann TB

Hi Luis,
In my case I am pretty sure it is a unix server and I don't have to care
about the filename, when entering it in the URL of a browser, but I have to
care with my load URL.
if it is the file system on the server, why can't it do the same check when
I am asking for a load URL?
Tiemo

 
 Hiya,
 
 It's not the browser that checks, it's the file system on the server.
 On UNIX based servers this has always been so, on Windows based
 servers I think you might get away with not worrying about case
 sensitivity (I haven't checked on the Windows side of web serving
 lately, so this may have changed).
 
 Cheers,
 
 Luis.
 


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: AW: AW: load URL file ... case sensitive!

2008-11-25 Thread Luis

Hiya,

Some UNIX servers will run a Javascript on a 404 error page that will  
convert your 'cased' URL to lower case, so you don't notice what's  
happened.
The file system on the server _does_ check, which is why they throw  
errors when the file name requested is different to that on the server.


Try this: http://www.anachreon.com/hispec/main_page.html
And then this: http://www.anachreon.com/hispec/Main_page.html  
(Notice the upper case 'M').


The second URL will redirect to the homepage as that is what it's  
been set to do when there's a bad URL 'filename'.


Or: There's something up with loadURL...

Cheers,

Luis.


On 25 Nov 2008, at 11:05, Tiemo Hollmann TB wrote:



Hi Luis,
In my case I am pretty sure it is a unix server and I don't have to  
care
about the filename, when entering it in the URL of a browser, but I  
have to

care with my load URL.
if it is the file system on the server, why can't it do the same  
check when

I am asking for a load URL?
Tiemo



Hiya,

It's not the browser that checks, it's the file system on the server.
On UNIX based servers this has always been so, on Windows based
servers I think you might get away with not worrying about case
sensitivity (I haven't checked on the Windows side of web serving
lately, so this may have changed).

Cheers,

Luis.




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


AW: AW: AW: load URL file ... case sensitive!

2008-11-25 Thread Tiemo Hollmann TB
Ok, good to know :)
Thanks

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Luis
 Gesendet: Dienstag, 25. November 2008 12:18
 An: How to use Revolution
 Betreff: Re: AW: AW: load URL file ... case sensitive!
 
 Hiya,
 
 Some UNIX servers will run a Javascript on a 404 error page that will
 convert your 'cased' URL to lower case, so you don't notice what's
 happened.
 The file system on the server _does_ check, which is why they throw
 errors when the file name requested is different to that on the server.
 
 Try this: http://www.anachreon.com/hispec/main_page.html
 And then this: http://www.anachreon.com/hispec/Main_page.html
 (Notice the upper case 'M').
 
 The second URL will redirect to the homepage as that is what it's
 been set to do when there's a bad URL 'filename'.
 
 Or: There's something up with loadURL...
 
 Cheers,
 
 Luis.
 


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


AW: load URL file ... case sensitive!

2008-11-25 Thread Tiemo Hollmann TB
Hi Luis and Eric,
ok, didn't knew that. So browsers have a build in function, which checks
every upper-lower constellation of the filename, regardless, how I input it?
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Eric Chatonet
 Gesendet: Dienstag, 25. November 2008 11:29
 An: How to use Revolution
 Betreff: Re: load URL file ... case sensitive!
 
 Bonjour Tiemo,
 
 Le 25 nov. 08 à 11:26, Tiemo Hollmann TB a écrit :
 
  when downloading a file with load URL, the filename has to be case
  sensitive.
 
  Who is it? Is it the rev engine, the load command, or my web
  server? Are
  there any options to load a URL without being case sensitive with the
  filenames like putting any URL in a browser and getting it
 
 Any url is *always* case sensitive :-)
 
 Best regards from Paris,
 Eric Chatonet.
 
 Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
 Email: [EMAIL PROTECTED]/
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution