On Fri, 2007-11-09 at 11:36 +0000, Luis Moreira wrote:
> Using Apache 2.2.6, I want to allow access to a specific directory
> with authentication, which works fine.
> When accessed, it looks like this 
> 
> Index of xxxx
> 
> . Parent Directory 
> . fitoterapia.krp 
> . publish.zip 
> 
> The thing is I don't want "parent directory" to be viewed, or at
> least "clickable".

In a .htaccess file, or in the main config for that virtualhost,
location or directory:

Options +Indexes
IndexIgnore ..

Graeme


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to