Hi, I want to be able to ldap authenticate directories using php. I've got that working -- the problem is that people can still get to non-php files by the url.
ColdFusion deals with this problem by using the <cfcontent> tag that references a file in a directory higher than the root. Is there anything similar in php? Or is there a php version of htaccess where I could pass the ldap authentication on to the htaccess file? One of the main reasons I want to do this is so that I can cut down on maintenance of usernames and passwords.
Thanks.
l