I'm trying to start a simple webpage and the first item that I attempted to created was a hyperlink to a file. The hyperlink appears to work to a .jpg or .html file but I get a 404 error when I try to link it to a .zip or .exe file to download. Any suggestions?
Here is the sample hyperlink that I am using...
<a href="files/test.exe">Test File</a>
