A WordPress plugin which provides an intuitive UI for uploading and managing downloadable files (including support for multiple versions), inserting download links into posts & logging downloads.
We should adjust the definitions set so that the path to the protected folders are included, this way if we decide to advertise the htaccess file editor plugin in combination with Download Monitor we can set the rules directly from the main .htaccess file:
Protect the dlm_uploads directory under wp-content/uploads
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-content/uploads/dlm_uploads/
# Apache 2.4 and up
Require all denied
# Apache 2.3 and down
Order Allow,Deny
Deny from all
We should adjust the definitions set so that the path to the protected folders are included, this way if we decide to advertise the htaccess file editor plugin in combination with Download Monitor we can set the rules directly from the main .htaccess file:
Protect the dlm_uploads directory under wp-content/uploads
these should be tested thoroughly.