1. Home
  2. Computing & Technology
  3. Personal Web Pages

Add exe Files To Web Sites
6 Simple Steps to Add exe files to Web Sites

By , About.com Guide

Have you created an exe program that you think your readers will benefit from? Did you get permission to add a link to an exe file on your Web site? This is how you add the exe file to your Web site so your readers can open it or download it.

  1. Make Sure exe Files Are Allowed - Some hosting services don't allow files over a certain size and some don't allow you to have certain types of files on your Web site, this includes exe files. Make sure that what you are about to add to your Web site is allowed by your Web hosting service first. You don't want to get your Web site shut down for not following the rules or do a lot of work getting ready to add the exe file to your Web site to find out you can't.

    If your hosting service does not allow you to have exe files on your Web site you can get your own domain name for your Web site or switch to another hosting service that does allow exe files or large files on Web sites.

  2. Upload exe File To Your Web Site - Upload your exe files to your Web site using the easy file upload program that your Web hosting service provides. If they don't provide one then you need to use an FTP program to upload your exe file to your Web site.

  3. Find Your exe File's Address (URL) - Where did you upload the exe file to? Did you add the exe file to the main folder on your Web site or to another folder? Or, did you create a new folder on your Web site just for exe files? Find the address of the exe file on your Web site so you can link to it.

  4. Choose a Location For Your exe File - Which page on your Web site, and where on the page, do you want the link to your exe file to be? You could make the exe file open when the Web page opens, but a lot of people find this annoying and some find it to be bad form. So you should decide where you want the link to the exe file to show on the Web page.

  5. Find The Location of the exe File in Your HTML - Look through the code on your Web page until you find the spot where you want to add the link to your exe file. You may want to add <p> before you enter the code, for the link to your exe file, to add a space.

  6. Add The Link to the exe File - Add the code to the place where you want the link to the exe file to show up in your HTML code. It's actually the same link code that you would use for a normal Web page link. You can make the text for the exe file link say anything you want it too.

    example

    • Your Web site is hosted at Freeservers
    • The username for your Web site is "sunny"
    • Your Web site is located at http://sunny.freeservers.com
    • You uploaded the exe file to the main directory in your file manager on your Web site
    • The exe file is called "flowers.exe"
    • The text you want the reader to click on to download the exe file is "Click here for the exe file called flowers."

    • Your code will look like this:

      <a href="http://sunny.freeservers.com/flowers.exe">Click here for the exe file called flowers.</a>

    • If you had uploaded the exe file to a folder called "fun", the code for the link to the exe file would look like this instead:

      <a href ="http://sunny.freeservers.com/fun/flowers.exe">Click here for the exe file called flowers.</a>

  7. Testing The exe File Link - IF you are creating your Web site on your computer, before downloading the Web site, and the exe file, to your server, and you want to test the link to the exe file to make sure it works right you will need to link to the exe file on your hard drive like this:
    • The exe file is located in the "My Documents" folder
    • It is called "flowers.exe"
    • The text for the exe file says "Click here for the exe file called flowers."
    • Code is: <a href ="file:///C|/My Documents\flowers.exe">Click here for the exe file called flowers.</a>
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >