Hmm, if i add this in my functions.php
add_filter( 'dlm_do_not_force', '__return_true' );
This works fine with external URLs but my internal PDFs could not be opened in the browser anymore because the .htaccess in the folder “/dlm_uploads/.htaccess” denies all access
Can i delete the .htaccess? Or what to do?