Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

make a folder non browsable

Status
Not open for further replies.

jenodorf

Technical User
Jan 11, 2005
36
0
0
Hi

Have a folder in my web root for downloads that is streamed by php software. I need to make that folder non browsable I'm sureit's easy just cant see how

thanks

Ian
 
In IIS right click the directory. Choose Properties. Uncheck the Browse box.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
Hi

Sorry to be so dense but when I right click and seect the directory tab the box marked "directory browsing" is unchecked. Is this the box you meant?

thanks

Ian
 
Yes. Users should not be able to type and get a list of the files in that directory.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
Hi

see what you mean and suspect I'm totaly on the wrong track because although I can't browse the directory I can download a file which is what I want to prevent.

Back to the drawing board

Ian
 
Use NT Authentication instead of anonymous and set NTFS permissions on the files.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
AH! Thanks for that seems to have done it

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top