Question
Locking Down CFM/PHP pages Using application.cfc
I have a directory of pages that have a mix of cfm/php pages and random files, like pdf's in it. I am able to set up a log in using application.cfc but how can I apply it for my php pages/random files to require log in. I can use a php include at the top of file to run cfm code, I have been successful doing that.
Thanks!
