Skip to main content

Hey everyone!

I'm working on implementing FluentCart on my band's web site to sell merch and our music. The first product will be a download of our album and I was wondering a few things:

1- Is it possible to change the folder where downloadable assets are stored via a filter or hook as it doesn't seem to be an option in the UI.

2- I'm asking #1 because it seems that the album file is directly accessible if someone types the exact URL as the file is not protected at all and it seems the normal htaccess rules one would use to protect a directory have no effects in the uploads folder.

If this is not possible, please consider this a feature request. Ideally, a shop's downloadable assets should live in a non publicly accessible folder on the server.

3- Is there a ways to support storage sources other than AWS or local. DropBox or pCloud would be ideal for us or Bunny CDN. Local is not secure at this point and I do not want to use AWS.

Any guidance on this would be much appreciated.

Thank you very much!