• Good day,
    I currently run my WordPress site on an nginx server that does not provide .htaccess support, or me customizing the nginx config file. Will this plugin still work knowing that limitation?

Viewing 1 replies (of 1 total)
  • Plugin Author Lana Codes

    (@lanacodes)

    The plugin works, but the files will also be directly accessible from the lana-downloads folder, which means that if someone downloads it via direct download, the counter in the plugin will not increase, and the download will not be logged.

    I think it can be solved with the following Nginx configuration:

    location /wp-content/uploads/lana-downloads {
    deny all;
    }

    You may need to specify an absolute path for the folder.

Viewing 1 replies (of 1 total)
  • The topic ‘About htaccess support’ is closed to new replies.