On Fri, 2009-10-23 at 13:30 -0600, Doug McNutt wrote:
> GET requests which would otherwise look for an index.html file but are set up
> with something like this:
>
> HTTP://domain.com/somedirectory/?C=xx;O=yy
>
> seem to reply with a formatted list of directory contents. Can someone point
> me
On Saturday, October 24, 2009, Doug McNutt wrote:
>>On Fri, Oct 23, 2009 at 12:30 PM, I wrote:
>>> GET requests which would otherwise look for an index.html file but are set
>>> up with something like this:
>>>
>>> HTTP://domain.com/somedirectory/?C=xx;O=yy
>>>
>>> seem to reply with a formatted
>On Fri, Oct 23, 2009 at 12:30 PM, I wrote:
>> GET requests which would otherwise look for an index.html file but are set
>> up with something like this:
>>
>> HTTP://domain.com/somedirectory/?C=xx;O=yy
>>
>> seem to reply with a formatted list of directory contents. Can someone
>> point me to s
Eric Covener wrote:
If the files listed in DirectoryIndex aren't found
(http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex),
and your effective value of the Options directive includes "Indexes"
(http://httpd.apache.org/docs/2.2/mod/core.html#options), then this
module shows you a d
If the files listed in DirectoryIndex aren't found
(http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex),
and your effective value of the Options directive includes "Indexes"
(http://httpd.apache.org/docs/2.2/mod/core.html#options), then this
module shows you a directory listing:
http
At 12:45 -0700 10/23/09, Jonathan Zuckerman wrote:
>On Fri, Oct 23, 2009 at 12:30 PM, Doug McNutt wrote:
>> GET requests which would otherwise look for an index.html file but are set
>> up with something like this:
>>
>> HTTP://domain.com/somedirectory/?C=xx;O=yy
>>
>> seem to reply with a format
On Fri, Oct 23, 2009 at 12:30 PM, Doug McNutt wrote:
> GET requests which would otherwise look for an index.html file but are set up
> with something like this:
>
> HTTP://domain.com/somedirectory/?C=xx;O=yy
>
> seem to reply with a formatted list of directory contents. Can someone point
> me t
GET requests which would otherwise look for an index.html file but are set up
with something like this:
HTTP://domain.com/somedirectory/?C=xx;O=yy
seem to reply with a formatted list of directory contents. Can someone point
me to some documentation for that? Googling for "?C=M;O=a" gets hundr