> -----Original Message-----
> From: Octavian Rasnita [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 9:00 PM
> To: [EMAIL PROTECTED]
> Subject: No indexes
> 
> 
> Hi all,
> 
> I want to restrict the visitors to view the files and folders 
> from a folder
> but I don't want to use an index.html file there.
> 
> I have  rights to use .htaccess files.
> 
> In the  .htaccess file I put:
> 
> Options none
> options FollowSimLinks  includes Multiviews
> 
> I've also tried adding:
> Options -Indexes
> 
> 
> But I can see the index of that folder with no problem.
> 
> What can be wrong?

The httpd.conf must have "AllowOverride All" or "AllowOverride Options"
in order for you to use Options in your .htaccess file.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to