Upload exe file to a WordPress site
-
Hi,
I am developing a WordPress website, like this https://www.mysite.com/
Meanwhile, I want to upload some exe files to the website so that these exe files can be referenced by external sources, like this:https://www.mysite.com/product1/file1.exe
https://www.mysite.com/product2/file2.exeWhen submitting our products to download sites, some sites requires a direct link to the exe installer, so I need to provide the .exe URLs.
In the traditional websites, I can just create a folder product1 under the root folder, then upload file1.exe via ftp.
However, in the WordPress website, the URL https://www.mysite.com/product1/ is just a page and there is no corresponding folder for it. How can upload a .exe file to such a virtual folder?
- The topic ‘Upload exe file to a WordPress site’ is closed to new replies.