What permissions

Posted:
16 Mar 2006, 00:47
by p17blo
Does anyone know what permissions I need to set against a directory in Apache to stop the folder being opened and listed in a directory form whilst still allowing access to the .htm file etc to view normally in a browser?
Paul

Posted:
16 Mar 2006, 01:05
by Decker
You can prevent directory browsing by adding this line to your .htaccess file:
IndexIgnore */*

Posted:
16 Mar 2006, 01:32
by Pete
It's amazing what you can learn on the V-Flyer site


Posted:
16 Mar 2006, 01:53
by Decker
Even more so what you can do with Google... says an IIS user


Posted:
16 Mar 2006, 07:59
by p17blo
Thanks Decker, I find google sometimes just doesn't help. For instance yesterday I was looking for a white paper (or similar) on what exactly is included in Windows XP roaming profiles.
I gave up.....
Paul

Posted:
16 Mar 2006, 17:46
by p17blo
Yes, and I already found that article. The actual issue I have a group of users that swap desks on a daily basis. These are the most different individuals you are ever likely to see grouped together and each one want desktop, fonts etc just how they left them. The majority of this works using Roaming Profiles, but some of their requests don't and I wanted to give them a document in plain english that described what was included in a roaming profile.
Paul

Posted:
16 Mar 2006, 18:14
by Littlejohn
Originally posted by Decker
Is this any good?
I tried reading it, but to be honest I prefer Patrick O'Brien. So I guess I would say "No, it's not very good".

Posted:
16 Mar 2006, 18:16
by Decker

Well it taught me more than I wanted to know about ntuser.dat...

Posted:
16 Mar 2006, 18:26
by Scrooge
Originally posted by Decker
Well it taught me more than I wanted to know about ntuser.dat...
Agreed,my eyes are starting to bleed with all this nerd stuff...have you seen
this,it may help with your problem or may not [ii]

Posted:
16 Mar 2006, 21:43
by p17blo
Yep, that'll probably about do it. I am guessing they will respond in pretty much the same way as Jeremy, but then they will think twice about asking again....
Paul

Posted:
16 Mar 2006, 21:45
by p17blo
Originally posted by Decker
You can prevent directory browsing by adding this line to your .htaccess file:
IndexIgnore */*
Just tried this and whilst it hides the files, which is a start, I thought there was a was to get some kind of
'You are not allowed to browse here' type message.
Any other suggestions?
Paul