I have installed PHP, MySQL, and PHPMyAdmin on a Win2k machine running IIS5 as the web server. Everything runs fine when not trying to use any NTFS security on directories. When attempting to use NTFS security permissions on the PHPMyAdmin folder, the index.php loads up by default showing the three frames, but I get a 404 file not found error in each frame. When attempting to go directly to any page, including index.php, I am returned the 404 error. When I add the Everyone user to the directory and do not require a password, everything works fine. The user I have has Full Control over the directory as well. Does anybody know what must be done in order to allow access to the php files without having Everyone access? The php directory and executable have everyone access, and as i said, php files run flawlessly when Everyone is included on the user list with read and execute permissions.