I want to include link to download file in my html-page like this
<a href="file_folder/myfile.exe">MyFile</a>
but when I click to my link I can see binary code of my file in browser instead redirect to download file. How I can fix it without change settings of my web-server?