You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by System <sy...@eluminoustechnologies.com> on 2003/04/09 06:52:06 UTC

[users@httpd] newbie question...

Hello All,

I want to disallow directory browsing to a drirectory 'images' in my
public_html folder. How do I?

Tina..



---------------------------------------------------------------------
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] newbie question...

Posted by System <sy...@eluminoustechnologies.com>.
Thankx for the reply.

This has to be added in the .htaccess file or httpd.conf of my server.

Thank you,

Tina...
----- Original Message -----
From: "Jeff Cohen" <li...@gej-it.com>
To: <us...@httpd.apache.org>
Sent: Wednesday, April 09, 2003 10:49 AM
Subject: RE: [users@httpd] newbie question...


You have to define: (with the route to your folder)
<Directory /www/public_html>
Options -Indexes
</Directory>

All the best,
Jeff Cohen

> -----Original Message-----
> From: System [mailto:system@eluminoustechnologies.com]
> Sent: Wednesday, April 09, 2003 12:52 AM
> To: users@httpd.apache.org
> Subject: [users@httpd] newbie question...
>
> Hello All,
>
> I want to disallow directory browsing to a drirectory 'images' in my
> public_html folder. How do I?
>
> Tina..
>
>
>
> ---------------------------------------------------------------------
> 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] newbie question...

Posted by Jeff Cohen <li...@gej-it.com>.
You have to define: (with the route to your folder)
<Directory /www/public_html>
Options -Indexes
</Directory>

All the best,
Jeff Cohen

> -----Original Message-----
> From: System [mailto:system@eluminoustechnologies.com]
> Sent: Wednesday, April 09, 2003 12:52 AM
> To: users@httpd.apache.org
> Subject: [users@httpd] newbie question...
> 
> Hello All,
> 
> I want to disallow directory browsing to a drirectory 'images' in my
> public_html folder. How do I?
> 
> Tina..
> 
> 
> 
> ---------------------------------------------------------------------
> 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