in a directory called "test" on my web hosting i have some .pdf files
i have my simple .htaccess for blocking who want to see the file from url (like this www.example.com/test/file.pdf )
<IfModule authz_core_module> Require all denied </IfModule> <IfModule !authz_core_module> Deny from all </IfModule>
now i want if is possible that who is logged in codeigniter and have a session must see the file and can download the file or read
anyone can help me ?
sorry for the english thanks a lot
1.4m articles
1.4m replys
5 comments
57.0k users