solymosi/keret/master/app-skeleton/app/assets/uploads/.htaccess - Htaccess File

solymosi/keret/master/app-skeleton/app/assets/uploads/.htaccess

# Force download regardless of file type
# This prevents inline file types (txt, pdf, html, etc.) from opening within
# the browser window.

<IfModule mod_headers.c> 
  Header set Content-Disposition attachment
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache