[snip]
Hi guys, I wonder if it would be able to manage access to some 
directories using php, on a website using iis 6.0.
To be more clear, the application i'm working on has a database with 
users, accounts and an administrator. So, i need to grant access to 
specific directories in the site to the users that the admin allow. The 
thing is that the accounts created are not present on the system (in 
this case, windows 2003 web edition), but only on the site database, i 
wouldn't like to create a system account per user so as to apply windows 
directories polycies. Is there a way to achieve this inside php? i know 
that with apache htaccess, this can be done, but i am not able to change 
the web server right now.
Any ideas?
[/snip]

You'll want to read http://support.microsoft.com/?kbid=324064 and
http://www.google.com/search?hl=en&q=htaccess+on+IIS

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to