You could make all users that need to access that page "registered". They then login on the home page, or wherever, and you register a session variable on the server.
On the page you wish to include, at the top of the file, you can check whether someone has logged in, using the session variable, and re-direct them using the header() function if they haven't.