Click to See Complete Forum and Search --> : Iis 6 + Php + File Manager


fasis
05-30-2005, 07:54 PM
Hi everybody!

I have a file manager based on PHP. In his config file the document root is
for example

c:\domains\domain1

then I make an user (for example userdomain1) with permission on this
folder.
I donīt want that this user can read folders upper c:\domains\dom. Althought
userdomain1 only have permissions in this folder.

But if a I modified config file and write like document root "c:\" I can
read and see all the folders even the user donīt have permission.

What can I do?

Thanks

Doug G
05-31-2005, 11:02 PM
You need to remove any permissions for the IIS user account (normally IUSR_computername).