• Resolved ikatsanis

    (@ikatsanis)


    Hello,
    I have tested that a file restrction work fine with logged users. But when user write the path to browser, then display without deny any file in the library folder ( Tested in private Mode )
    Shortcode
    [library-viewer have_file_access="logged_in"]

    Here the .htaccess code

    Order Allow,Deny
    Allow from all
    <Files ~ "\.(gif|jpg|png|pdf|doc|excel)$">
    Deny from all
    </Files>

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Executable .pdf File’ is closed to new replies.