Web Analytics Made Easy -
StatCounter Make a certain extension downloadable - CodingForum

Announcement

Collapse
No announcement yet.

Make a certain extension downloadable

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Make a certain extension downloadable

    I am uploading .schematic files to my website and I want to so that if you click Download you download the file instead of getting this: http://forthelols.com/schematics/lloyd.schematic

    Also, sorry if this is in wrong section really don't know where to put this.

  • #2
    Just make a .htaccess file up
    Code:
    <Files *.schematic>
      ForceType application/octet-stream
      Header set Content-Disposition attachment
    </Files>
    That might work

    Comment


    • #3
      I made a .htcaccess file and it's not working.

      Comment


      • #4
        Scratch that, it worked. Thanks.

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎