steinoy/File-Sharer-MEGA-X-2000-4k/master/files/.htaccess - Htaccess File

steinoy/File-Sharer-MEGA-X-2000-4k/master/files/.htaccess

# Force browser to download the files
<FilesMatch ".*$">
  Header set Content-Disposition attachment
</FilesMatch>

# Make sure nothing executes in this directory
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGI

On Github License

Files

Download PDF of Htaccess file

Comments

Apache