-4

We have some directories on one of our servers that are shared, however, they need to be locked down to an extent that they cannot be accessed by logging on as a local user or administrator or by using the \\server\C$... line.

There are only going to be a select few users that need access to these folders.

Ive read bits about a .htaccess file, however, unable to get it to work.

Help much appreciated!

EDIT: the server that will store the folders is a Windows Server 2008

Marcel Janus
  • 1,115
  • 2
  • 14
  • 29
Adam
  • 1
  • 1

1 Answers1

6

.htaccess has nothing whatsoever to do with Windows File Permissions.

You need to read up on NTFS File & Share (These are different) permissions. That said, attempting to restrict domain and local administrators is fundamentally a lost cause as these can always be overridden.

Dan
  • 15,430
  • 1
  • 36
  • 67
  • If the files only need to be accessed by a single user, then encryption might be an option that cannot be worked around so long as the administrator doesn't install keyboard logger. – Zoredache Jul 16 '12 at 16:52