Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Neil A. Hillard
Hi, Emmanuel E wrote: On Windows Apache is case-insensitive to filenames. It is case-sensitive to Aliases though. However it logs the actual case-sensitive request sent by the browser. I just checked it now. Technically it is the operating system that is case insensitive (in the case of Windo

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Emmanuel E
instead of testpage.txt. Does this also not work? Or do you want to make Apache case insensitive? Hope this helps, Cheers, Emmanuel > --- Ursprüngliche Nachricht --- > Von: "Kumar, Atul" <[EMAIL PROTECTED]> > An: > Betreff: [EMAIL PROTECTED] How to access files via apach

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Joshua Slive
On 11/3/05, Kumar, Atul <[EMAIL PROTECTED]> wrote: > Hi All, > I am not an expert in apache so please ignore if this question > sounds silly. > > I have placed some text file in one of the folder ( htdocs ) in apache , > File name is TestPage.txt so when I try to access this page from > brow

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Boysenberry Payne
You could use a registry expression with mod_rewrite something like: RewriteEngine on RewriteRule ^(.*)[Tt][Ee][Ss][Tt][Pp][Aa][Gg][Ee]\.txt$ /testpage.txt This is by no means a great example of either mod_rewrite or rexexp but it's a start... If you have .htaccess files enabled you can

[EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Kumar, Atul
Hi All, I am not an expert in apache so please ignore if this question sounds silly. I have placed some text file in one of the folder ( htdocs ) in apache , File name is TestPage.txt so when I try to access this page from browser message comes as page not found . On checking error message