Any way to use clean URLs for downloads?

I would like to know if it is possible to clean the URLs of the downloads a bit.

For example, from this:
https:site.com/?s2member_file_download=myfile.zip

To this:
https:site.com/myfile or https:site.com/downloads/myfile

Thanks in advance for your time.

Kind regards.

Possible, two ways:

  1. Manually to create redirects in your .htaccess file

  2. Use this plugin: https://wordpress.org/plugins/safe-redirect-manager/

There exists another way, it’s inside WP, most faster one (does internal redirect), but needs some code…

1 Like

Hi @krumch! Thanks for your answer.

What is the third option that you tell me? Do you know where I can find info about it?

Now I’m taking a look at the other two options that you have given me.

Thanks again for your help.