I have a /php directory in this one particular site, where all the important files are for logging in and accessing a control panel. I don't want any one to be able to just browse to the admin page/file, so i would like to "prepend" or protect that folder, so that IF someone DOES find, for example, control_panel.php it will ask them for a password if they haven't already logged in. How do i do that?