You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Francesca P <fr...@simply.it> on 2005/03/10 12:07:22 UTC

[users@httpd] directory indexes

Hallo.
I have a folders called DOWNLOAD.
I set the directory indexes on -indexes, because I don't want show the 
list of my files.

But,
I want that all the subfolders of DOWNLOAD (example DOWNLOAD/1) can 
show the list of files.....automatically.

So I'm trying with:

<directory /www/DOWNLOAD>
Option -Indexes
</Directory>

<Directory /www/DOWNLOAD/*>
  Option +Indexes
</Directory>

But it doesn't work.

How can I do??

Thanks


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] directory indexes

Posted by Francesca P <fr...@simply.it>.
CAn you tell me how can I use that??
I don't understand regular expression...



Il giorno 10/mar/05, alle 12:14, Tim Burden ha scritto:

> DirectoryMatch
> http://httpd.apache.org/docs-2.0/mod/core.html#directorymatch
>
> ----- Original Message -----
> From: "Francesca P" <fr...@simply.it>
> To: 
> <us...@httpd.apache.org>
> Sent: Thursday, March 10, 2005 6:07 AM
> Subject: [users@httpd] directory indexes
>
>
>> Hallo.
>> I have a folders called DOWNLOAD.
>> I set the directory indexes on -indexes, because I don't want show the
>> list of my files.
>>
>> But,
>> I want that all the subfolders of DOWNLOAD (example DOWNLOAD/1) can
>> show the list of files.....automatically.
>>
>> So I'm trying with:
>>
>> <directory /www/DOWNLOAD>
>> Option -Indexes
>> </Directory>
>>
>> <Directory /www/DOWNLOAD/*>
>>   Option +Indexes
>> </Directory>
>>
>> But it doesn't work.
>>
>> How can I do??
>>
>> Thanks
>>
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server 
>> Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server 
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] directory indexes

Posted by Tim Burden <ti...@burden.ca>.
DirectoryMatch
http://httpd.apache.org/docs-2.0/mod/core.html#directorymatch

----- Original Message ----- 
From: "Francesca P" <fr...@simply.it>
To: <us...@httpd.apache.org>
Sent: Thursday, March 10, 2005 6:07 AM
Subject: [users@httpd] directory indexes


> Hallo.
> I have a folders called DOWNLOAD.
> I set the directory indexes on -indexes, because I don't want show the
> list of my files.
>
> But,
> I want that all the subfolders of DOWNLOAD (example DOWNLOAD/1) can
> show the list of files.....automatically.
>
> So I'm trying with:
>
> <directory /www/DOWNLOAD>
> Option -Indexes
> </Directory>
>
> <Directory /www/DOWNLOAD/*>
>   Option +Indexes
> </Directory>
>
> But it doesn't work.
>
> How can I do??
>
> Thanks
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org