Hi All,
I have a PHP Application and a folder in that say, online_training.
Now i want this online_training to be secured.. It contains some pdf and swf files... I am using databases and PHP Sessions for user validation but i can still directly access my pdf files without logging in by using direct url...
If i change permission from the control panel on my hosting site to 700 (only user read+write+execute), then these files cannot be directly accessed by my site authenticated users also loses access to these files... Is there any way i can authenticate or do this, and i want to keep the 700 permissions...
Thanks in Advance