Re: [EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-25 Thread David Holden
Yes content negotiation is what was happening as I had Multiviews on in the conf file. Thanks Dave. On 8/24/05, oxfordmusic.net <[EMAIL PROTECTED]> wrote: > > > > thanks for the reply, the reason I ask is because I'm getting a > > default behaviour that I cannot find documentation of

Re: [EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-24 Thread oxfordmusic.net
thanks for the reply, the reason I ask is because I'm getting a default behaviour that I cannot find documentation of. i.e. if I sent up a server with these two files in a directory it is always serving the XML file over the HTML file. e.g http://localhost/test/file will return file.xml not f

Re: [EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-24 Thread David Holden
Hi Tony, thanks for the reply, the reason I ask is because I'm getting a default behaviour that I cannot find documentation of. i.e. if I sent up a server with these two files in a directory it is always serving the XML file over the HTML file. e.g http://localhost/test/file will return file.

Re: [EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-24 Thread Tony VanScoy
> If I have a directory "test" with two files in "file.xml" and > "file.html" can anyone tell me which should get served if I address it > from a browser using > > "http://localhost/test/file"; > > i.e. without specifying the suffix. > > also is this behaviour configurable? > > thanks, > >

[EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-24 Thread David Holden
Hello, If I have a directory "test" with two files in "file.xml" and "file.html" can anyone tell me which should get served if I address it from a browser using "http://localhost/test/file"; i.e. without specifying the suffix. also is this behaviour configurable? thanks, Dave. --